Skip to content

tashuo/nest-todolist

Repository files navigation

todolist

a simple todolist backend program with nestjs

Running the app

Installation

$ cp .env.example .env
$ pnpm install
$ pnpm typeorm:run-migrations # run migrations

run

# development
$ pnpm start
# watch mode
$ pnpm start:dev
# production mode
$ pnpm start:prod

Running the app(Docker)

$ cp .env.example .env
$ docker-compose up

Api doc(swagger)

http://127.0.0.1:3008/doc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published