/screens-sales

cms for selling screens

Primary LanguageTypeScript

Screens Sales 📱

Description

CMS for selling screens

Database diagram

Installation

$ yarn

Running the app

#running database
$ docker-compose up -d
# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Local Tunnel :

$ lt --subdomain big-swan-85 --port 3000

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Migrations :

For start database migration :

$ typeorm migration:run

For revert migration :

$ typeorm migration:revert 

For generate migration file :

$ npx typeorm migration:create -n ${nameMigration} -d src/migrations

Swagger Api

http://localhost:3000/api/

link

Nest is MIT licensed.