Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abelnnieva/bookmarks-api
Sample project for a bookmarks API using NestJS 10, Docker, PostgreSQL, Passport.js, Prisma, Pactum, and DotEnv.
https://github.com/abelnnieva/bookmarks-api
nestjs oauth2 prisma typescript
Last synced: about 2 months ago
JSON representation
Sample project for a bookmarks API using NestJS 10, Docker, PostgreSQL, Passport.js, Prisma, Pactum, and DotEnv.
- Host: GitHub
- URL: https://github.com/abelnnieva/bookmarks-api
- Owner: abelnnieva
- Created: 2023-12-20T22:33:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-15T20:30:55.000Z (7 months ago)
- Last Synced: 2024-06-15T21:35:00.174Z (7 months ago)
- Topics: nestjs, oauth2, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bookmarks-api
Sample project for a bookmarks API using NestJS 10, Docker, PostgreSQL, Passport.js, Prisma, Pactum, and DotEnv.
## Run the API in development mode
```javascript
npm install // install
npm run db:dev:restart // start postgres in docker and push migrations
npm run start:dev // start api in dev mode
```