Use npm to install the project dependencies:
npm install# Configure your API port
API_PORT=5000
# Auth0 Config
APP_BASE_URL=http://localhost:5000
# MongoDB Config
DATABASE_URL="DB_CONNECTION_STRING"npm run devThis project is a submission for express.js workshop conducted by Fabian Ferno, Pattarai.
This project is licensed under the MIT license. See the LICENSE file for more info.