Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.28 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.28 KB

Project Course Correct

Link to FrontEnd, Link to FrontEnd Readme, Link to Hosted backend, Link to Landing Page ReadME, Link to Landing Page

What is it?

  • Project Course Correct allows prison management to broadcast the skills of inmates to make better use of their time using their skills to make a wage and becoming more employable upon re-entry into society.

Motivation?

  • Allow employers to be matched with potential employees
  • Allow prison administrators to set up inmates for success after incarceration

How to install and Run?

Bountiful requires you to create your own environmental files and variables to run.

  • Fork and clone this repository
  • Run the command yarn install to install all required dependencies.
  • Run knex migrate:latest to roll all migrations.
  • In the root of the project add a .env file with the following variables.
    • JWT_SECRET=[STRING]
      • This will be a jsonwebtoken secret string you generate
  • run yarn server
  • The server will start server side
  • To run Jest tests, run yarn test