Coding Test Server

Description

A Blog NodeJS Server used by Coding Test.

  • NestJS
  • TypeScript
  • TypeORM
  • Sqlite3
  • Yarn

Installation

# copy env variable
$ cp .env.example .env

# install dependencies
$ yarn i

Running the app

# development
$ yarn dev

# production mode
$ yarn prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

License

Here is MIT licensed.