Skip to content

fabianferno/express-typescript-prisma-boilerplate

Repository files navigation

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.

Releases

No releases published

Packages

No packages published