fawwaz37 / todo-nestjs

todo-nestjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

Create a simple todo list website using Nest JS framework with mvc architecture.

Stars Forks

Setup .env

Create .env file, then insert your mongodb string into the file

MONGODB_URI = XXX

Installation

# use yarn
$ yarn install

# or npm
$ npm install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Open Browser, go to url localhost:3000, then you will see start page

Home

Stay in touch

License

Nest is MIT licensed.

About

todo-nestjs


Languages

Language:TypeScript 43.2%Language:EJS 24.1%Language:CSS 19.8%Language:JavaScript 12.9%