/learn-nestjs

nestjs でつくる TODOアプリ

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Todoアプリを作りながらNest.jsを勉強 Phase0 -

Description

Nest.js勉強中。まだ慣れてないのでたまに気が向くと更新されてるはず

Installation

$ npm install

Build for release

$ npm run build

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov

参考

この人の動画見て勉強させてもらったので、認証周りでhashの取り回しが変だったから直した以外はあんまり内容変わらんはず https://github.com/arielweinberger/nestjs-course-task-management