Skip to content

laurencun/career-moves-be

Repository files navigation

Career Moves Rails Backend

Career Moves is an online job board for candidates that are looking to make a major career change.

Users can sign up as a cadidate or recruiter and view job listings.

Cadidates can fill out forms to apply for jobs that are later emailed to the recruiter.

Recruiters can post new job listings and delete old ones.

Ruby Version and Dependencies

Ruby 2.6.3

Get Started

Fork or clone repository Open in code editor Run bundle install

Create and Seed Database

Run rails db:migrate Then rails db:seed

Testing with RSpec and Capybara

All tests can be ran with rake Or run rspec spec/spec_file_name_here.rb

Once your environment is set up...

Run the app with rails s and view at localhost:3000

About

Rails back-end for job board project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published