An open API service indexing awesome lists of open source software.

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.

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.