A simple, responsive job board that's fast and easy for board adminstrators, job seekers, and employers.
git clone git://github.com/nholden/job_board.git
cd job_board
bundle install
bundle exec rake db:reset
rails s
Open your browser, navigate to localhost:3000, and follow the instructions to create an administrator account.
bundle exec rake db:demo
bundle exec rake
This project was created by Nick Holden and is licensed under the terms of the MIT license.