Skip to content

A bookmark API using NestJS, PostgresQL, PassportJS, PrismaORM, and Pactum.

Notifications You must be signed in to change notification settings

sovannarapov/bookmark-api

Repository files navigation

NestJs REST API with E2E test using PactumJS

Learn NestJs by building a CRUD REST API with end-to-end tests using modern web development techniques. NestJs is a rapidly growing node js framework that helps build scalable and maintainable backend applications. In this course, we build a bookmarks API from scratch using nestJs, docker, postgres, passport js, prisma, pactum and dotenv.

Run the API in development mode

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

Documentation

  1. NestJS
  2. Prisma
  3. PactumJS

About

A bookmark API using NestJS, PostgresQL, PassportJS, PrismaORM, and Pactum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published