chandzul / core-tenants

core tenants boilepart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# 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

Packages used

// typeorm
~ npm install --save @nestjs/typeorm typeorm

// postgres
~ npm i @nestjs/config pg class-validator class-transformer
~ npm i -D @types/node

Git commands

// Crear tag -> git tag -a "v1.5.0-beta" -m "version v1.5.0-beta"
// https://devconnected.com/how-to-create-git-tags/
~ git tag -a v0.0.0 -m "description txt here!"


// Subir tag al repositorio
~ git push origin v0.0.0

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

core tenants boilepart


Languages

Language:TypeScript 90.7%Language:JavaScript 6.7%Language:Shell 2.7%