Skip to content

marianotella/nest-with-tests-boilerplate

Repository files navigation

Nest Logo

NestJS boilerplate with msqyl and typeorm

Run Tests on push

Description

NestJS boilerplate for a typical project with mysql and typeorm.

Table of Contents

Features

How to use

git clone --depth 1 https://github.com/marianotella/nest-with-tests-boilerplate.git my-nest
cd my-nest/
cp env-example .env
npm install
npm run start:dev

Tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

NestJS boilerplate with typeorm and tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published