A RESTful web application concept built with Ruby on Rails that allows users to post and apply to developer job openings.
Fork and clone this repository. Then install all dependencies:
bundle install
Run the migrations:
rails db:migrate
And start up the server:
rails s
You can then navigate to http://localhost:3000 to access the application.
Create an account or sign in on the homepage. You can sign also choose to sign in via Facebook. Depending on which user type you selected, you can either post job openings or apply to jobs.
Bug reports and pull requests are welcome on GitHub at https://github.com/bfirestone23/dev-finder.
Released under the terms of the MIT License.