Skip to content

sepehr310/todo-nestjs

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 Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm i --force
$ docker run --name mysqlMain -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=todo  -e MYSQL_USER=todouser -e MYSQL_PASSWORD=todopassword -d mysql

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Swagger

Doc Open api document.

License

Nest is MIT licensed.

About

todo using nestjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published