A Blog NodeJS Server used by Coding Test.
- NestJS
- TypeScript
- TypeORM
- Sqlite3
- Yarn
# copy env variable
$ cp .env.example .env
# install dependencies
$ yarn i
# development
$ yarn dev
# production mode
$ yarn prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
Here is MIT licensed.