Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 741 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 741 Bytes

Pivot

Description

Pivot is a React application with a Rails API backend that consists of a series of tools to help people find their dream job.

Installation Guide

  • Fork and clone this repository
  • cd pivot to change directory and access the application
  • bundle install to install the required gems
  • rake db:setup to migrate and seed the database
  • cd client to move over to the client side of the application
  • npm install to install dependencies
  • rake start will start both the client and server side and run the application on your local server

Contributions

Please contact me or open an issue before submitting any pull requests.

License

This project has been licensed under the MIT open source license.