Use npm
to install the project dependencies:
npm install
# Configure your API port
API_PORT=5000
# Auth0 Config
APP_BASE_URL=http://localhost:5000
AUTH0_ISSUER_BASE_URL=https://fabianferno.eu.auth0.com/
# MongoDB Config
MONGO_DB_URI="YOUR_MONGO_DB_URI"
npm run dev
This project is licensed under the MIT license. See the LICENSE file for more info.