Rides Backend Server
Revolutionary rides application for getting from point A to B.
Setup
- Install
nvm
- For linux and mac: https://github.com/nvm-sh/nvm
- For windows: https://github.com/nvm-sh/nvm
- Install node v10.22.1
nvm install 10.22.1
- Use the installed node
nvm use 10.22.1
- Verify by running
node --version
- Clone this repository and
cd
into the directory - Install dependencies
npm i
Access API Documentation on web
- Start the server -
npm run start
- Visit http://localhost:8010/api-docs
Load testing
npm run test:load