A Simple REST API that will find the complete continuous path to go from a city to another, considering different sorting types (cheapest or fastest).
This code works through the use of
- Node.js,
- TypeScript
-
copy
.env.samplefile to.env. -
Install dependencies in both projects. run:
$ npm install# development
$ npm run dev
# production mode
$ npm run start# unit tests
$ npm run testGo to http://localhost:3000/ and you should see the project running.
- Implement Swagger Documentation