1. Install Node.js Version 14.x or higher! and npm 7.6x or higher!
In the project directory, you can run:
Installs all the node package dependencies.
Installs all the of developer dependencies.
Starts and runs the node server using nodemon.
Starts and runs the unit test suite and shows results.
In order to use our services you'll need to create a .env
in the root folder.
Once created you'll populate it with secrets given to you by the repo maintainers:
.env
:
# MongoDB
MONGO_URI=YOUR MONGO URI
# AWS
AWS_ACCESS_KEY_ID=YOUR AWS ACCESS KEY ID
AWS_SECRET_ACCESS_KEY=YOUR AWS SECRET ACCESS KEY
JWT_SECRET=ANY RANDOM STRING
SENDGRID_API_KEY=YOUR SENGGRID API KEY