Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vicba/express-ts-starter

Starter template express
https://github.com/vicba/express-ts-starter

express jest nodejs typescript

Last synced: about 11 hours ago
JSON representation

Starter template express

Awesome Lists containing this project

README

        

typescript express server + jest

## DB

- MongoDB with mongoose : add mongoose models
- prisma with postgres: add prisma + seed.ts
can be added to the project

## One endpoint

GET: http://localhost:5000/api/users/me

=> returns "unauthorized" by middleware

auth needs to be added by project owner