Steps to run this project:
- clone the project
Change directory into backend
npm i
to install the npm-modules defined in package.json- create a ".env" file with valid
- CONNECTION_STRING,
- API_PORT,
- TOKEN_KEY,
- CLIENT_URL
- MAILGUNAPIKEY
- use the command
npm run dev
to start the API locally