/Base-NestJs

NestJs base project, ready to use. They contain libraries and configurations that it is not necessary to recreate them, you can modify them for your requirements.

Primary LanguageTypeScript

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

Description

Base inicial usando el TypeScript de Nest Framework.

Installation

$ git clone git@github.com:MrCIMD/Base-NestJs.git
$ cd Base-NestJs/ && npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Migrations

$ npm run typeorm:migrate first_migration
$ npm run typeorm:run --config .env
$ npm run typeorm:revert --config .env
$ npm run typeorm:drop --config .env
$ npm run typeorm:sync --config .env
$ npm run seeds:run .env

Stay in touch

License

Nest is MIT licensed.