Skip to content

shahmarrzayev/interview-task

Repository files navigation

Payday Trade

Description

Back-end service for Payday Trade.

Installation

$ npm install

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Database migrations

To create a migration:

npx typeorm migration:create -n ExampleMigrationName

To migrate:

npm run typeorm-migrate

Stay in touch

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages