Skip to content

Build a bookmarks REST API from scratch using Nest.js, Docker, PostgreSQL, Passport.js, Prisma, PactumJS and Dotenv.

Notifications You must be signed in to change notification settings

heyblood/nestjs-bookmarks-rest-api

Repository files navigation

NestJS Bookmarks REST API

Build a bookmarks REST API from scratch using Nest.js, Docker, PostgreSQL, Passport.js, Prisma, PactumJS and Dotenv.

Installation

# install app dependencies
$ yarn install

# setup postgres database with prisma
$ yarn run db:dev:restart

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Resources

References

About

Build a bookmarks REST API from scratch using Nest.js, Docker, PostgreSQL, Passport.js, Prisma, PactumJS and Dotenv.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published