Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```