Skip to content

An app using TypeScript, NestJs, Prisma and PostgresSQL

Notifications You must be signed in to change notification settings

waymaiker/my-backend

Repository files navigation

An Api

Installation

$ npm install

Running the app

# Seeding the database
$ bash ./seed_script_db.sh seed

# Reset the databse
$ bash ./seed_script_db.sh reset

# 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

An app using TypeScript, NestJs, Prisma and PostgresSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published