The backend to support youth outreach and empowerment by facilitating easier communication between Access Youth (NPO) and troubled youth
Before you run locally set the env variables using the following steps:
- Change the placeholders in
env_sample
to the actual keys posted in the slack channel - Rename the
.env_sample
file to.env
This will ensure your database connection is setup properly.
To run locally, navigate to directory with package.json
:
-
npm install
-
npm run start