Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vicba/express-ts-starter
- Owner: Vicba
- Created: 2024-02-04T20:55:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-04T21:48:22.000Z (9 months ago)
- Last Synced: 2024-02-04T22:48:18.878Z (9 months ago)
- Topics: express, jest, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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