Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 513 Bytes

File metadata and controls

29 lines (20 loc) · 513 Bytes

Express - Typescript Boilerplate with MongoDB & Auth0 with sample endpoints.

Setup

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

License

This project is licensed under the MIT license. See the LICENSE file for more info.