Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 295 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 295 Bytes

TraveRent Server

Our API's

https://api.traverent.my.id.

Server setup

npm install

Start Production mode

npm run start

Start Development mode

npm run dev

Testing using Mocha + Chai + Istanbul

npm run coverage