These are the steps to cloning and playing around with this project:
- Once cloned, run
npm install
to install all of the dependencies for the project - Create a
.env
file in the root directory and include the following:
- ATLAS_URI=yourDatabaseStringHere
- JWT_SECRET_KEY=AnyStringWillDoHereToDefineYourKey
- Run
npm start
in the command line and the server should be running live atlocalhost:5000