Skip to content

iafine/coding-test-server

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published