Skip to content

emanuelcasco/ts-nest-bootstrap

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description

Groseries app as example of a simple Nest TypeScript implementation.

Installation

$ npm install

Then run migrations with:

$ npm run migrations-run

Migrations on test are run automatically by TypeORM

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Testing

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Tech Stack

Stay in touch

License

This project is MIT licensed.

About

🧰 Bootstrap for Nest.js project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published