This is a clone of Remote ok
Clone this repo and Create DB
git clone https://github.com/Iphytech/jobboard.git
cd jobboard
rails db:create
rails db:migrate
bundle install
- Setup Bootstrap
- Setup Simple form with Bootstrap
- Setup Devise
- Setup Active Storage and mini magick
To run the application, start it as a normal Rails app:
rails server
Then visit http://localhost:3000.