Skip to content

ayaz9988/e-commerce-nestjs

Repository files navigation

Description

Project setup

$ yarn install

Compile and run the project

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Run tests

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Running migration script

$ ./migration.sh db/migration/name-of-migration

give execution permission to the script

$ chmod +x ./migration.sh

About

a backend for e-commerce written in nestjs with authentication and authorization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published