https://github.com/vicba/express-ts-starter
Starter template express
https://github.com/vicba/express-ts-starter
express jest nodejs typescript
Last synced: about 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T21:48:22.000Z (over 1 year ago)
- Last Synced: 2025-02-16T04:27:23.934Z (4 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