https://github.com/fabianferno/express-typescript-prisma-boilerplate
A scalable typescript boilerplate to build Express REST APIs.
https://github.com/fabianferno/express-typescript-prisma-boilerplate
apis auth0 authentication boilerplate express jwt prisma rest typescript
Last synced: 22 days ago
JSON representation
A scalable typescript boilerplate to build Express REST APIs.
- Host: GitHub
- URL: https://github.com/fabianferno/express-typescript-prisma-boilerplate
- Owner: fabianferno
- License: other
- Created: 2022-01-14T07:07:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T12:33:58.000Z (over 3 years ago)
- Last Synced: 2025-03-25T18:40:42.218Z (about 1 month ago)
- Topics: apis, auth0, authentication, boilerplate, express, jwt, prisma, rest, typescript
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
### Express - Typescript Boilerplate with MongoDB & Auth0 with sample endpoints.
## Setup
Use `npm` to install the project dependencies:```bash
npm install
``````sh
# 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"
``````bash
npm run dev
```## License
This project is licensed under the MIT license. See the [LICENSE](./LICENSE.txt) file for more info.