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:
- Copy over the placeholders
.env_sample
to a new file named.env
in the same directory - Change the placeholders in
.env
to the actual keys posted in the slack channel
This will ensure your database connection is setup properly.
To run locally, navigate to directory with package.json
:
-
npm install
-
npm run start
npm run dev
will watch for code changes and refresh automatically
To access the api from the interwebs: https://access-youth-api.herokuapp.com