Skip to content

A simple RESTAPI built with NestJS, Prisma, and PostgreSQL

Notifications You must be signed in to change notification settings

teslim191/bookmark_api

Repository files navigation

A simple RESTAPI built using NestJS, Prisma and PostgreSQL with e2e testing using pactum.

This was adapted from an introductory course to NestJS. The major purpose of this project was to familiarise myself with the Prisma ORM, how to use docker and also on how to use pactum in writing e2e testing. The project furthered solidified my understanding of NestJS.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

A simple RESTAPI built with NestJS, Prisma, and PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published