Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 322 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 322 Bytes

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

npm install // install
npm run db:dev:restart // start postgres in docker and push migrations
npm run start:dev // start api in dev mode