shingtoli / backend-coding-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rides Backend Server

Revolutionary rides application for getting from point A to B.

Li Shing To

Setup

  1. Install nvm
    1. For linux and mac: https://github.com/nvm-sh/nvm
    2. For windows: https://github.com/nvm-sh/nvm
  2. Install node v10.22.1 nvm install 10.22.1
  3. Use the installed node nvm use 10.22.1
  4. Verify by running node --version
  5. Clone this repository and cd into the directory
  6. Install dependencies npm i

Access API Documentation on web

  1. Start the server - npm run start
  2. Visit http://localhost:8010/api-docs

Load testing

npm run test:load

About


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%