Summer Project
Run the following commands
# To install dependencies
$ npm i
# To start the server
$ node api
| Variable | Description |
|---|---|
| EMAIL_PW | Password |
| SECRET | JWT secret |
| SALT | Hash salt |
| MONGO_URI | MongoDB URI |
| CLOUD_NAME | Cloudinary DB details |
| API_KEY | API Key for Cloudinary |
| API_SECRET | API secret for Cloudinary |