/dev-finder

DevFinder is a Ruby on Rails web application that allows users to post and apply to developer jobs. Features Bootstrap CSS, Devise for user registration / authentication / sessions management, and OmniAuth for Facebook log-in strategy.

Primary LanguageRuby

DevFinder

A RESTful web application concept built with Ruby on Rails that allows users to post and apply to developer job openings.

Demo

Click here to view a demo!

Installation

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.

Usage

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.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/bfirestone23/dev-finder.

License

Released under the terms of the MIT License.