Skip to content

Iphytech/jobboard

Repository files navigation

RAILS JOB BOARD

This is a clone of Remote ok

Getting started

Clone this repo and Create DB

git clone https://github.com/Iphytech/jobboard.git
cd jobboard
rails db:create
rails db:migrate

Install Dependencies and Do Configuration

bundle install
  • Setup Bootstrap
  • Setup Simple form with Bootstrap
  • Setup Devise
  • Setup Active Storage and mini magick

Run the application

To run the application, start it as a normal Rails app:

rails server

Then visit http://localhost:3000.