Skip to content

vanthang24803/api-nest

Repository files navigation

Nest Logo

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

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Donate us Support us Follow us on Twitter

Prerequisites

To run the application, you will need to have the following installed on your machine:

ENV

$  cd ./scripts
$  node createEnv.js

Project setup

$ pnpm install

Compile and run the project

# development
$ pnpm dev

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Run tests

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

About

Base project for NestJS Project with Docker Postgres Minio Redis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages