Type Racer Server

A git repository for a Type Racer clone server

Table of contents

Technologies

  • Node - version 12.18.3 LTS
  • NPM - version 6.14.6
  • Nest.js - version 7.6.13
  • Typescript - version 4.2.2
  • Mongoose - version 5.11.18
  • Socket.io Redis - version 5.4.0

Setup

  1. Clone this repository - git clone <your_git_URL>
  2. Install Node packages - npm install
  3. Then run npm run start:dev in development environment
  • or run npm run start:stg in staging environment
  • or run npm run start:prod in production environment