Skip to content

zayrarepositor/nest-crud-2022

Repository files navigation

Bookmarks app

Description

Nest + Typescript + Prisma + Docker + Jest + Pactum

Scripts: Installation

$ npm install

Scripts: Running docker db and prisma

# development
# docker remove and compose up and prisma migrate deploy
$ npm run db:dev:restart

# running prisma
$ npm run prisma:dev

# testing
# docker remove and compose up and prisma migrate deploy
$ npm run db:test:restart

# running prisma
$ npm run prisma:test

Running the app

# development watch mode
$ npm run start:dev

Test

# e2e tests watch mode
$ npm run test:e2e

About

Nest + Typescript + Prisma + Postgres + Pactum + Jest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published