Skip to content

Backend for the formerly named "prison skills" project.

Notifications You must be signed in to change notification settings

project-course-correct/Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Backend for the formerly named "prison skills" project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published