Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 767 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 767 Bytes

fugle-backend-pretest

Description

Nest framework TypeScript starter repository.

Tech Stack

Nest.js, TypeScript, WebSocket, Redis and Deciaml.js

Requirements

  • Part 1: HTTP API
  • Part 2: Rate Limiting
  • Part 3: WebSocket API

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov