Skip to content

solmanter/nestjs-starter

Repository files navigation

Description

Nest framework with drizzle orm starter repository.

Features

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run dev

# production mode
$ npm run start:prod

# documentation

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Database migration

# drizzle generate
$ npm run db:generate

# drizzle push
$ npm run db:push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published