Skip to content

eelmogy/path-finder

Repository files navigation

Path Finder Code Challenge Solution

Description

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

Installation

  • copy .env.sample file to .env.

  • Install dependencies in both projects. run:

$ npm install

Running the app

# development
$ npm run dev

# production mode
$ npm run start

Test

# unit tests
$ npm run test

App Running

Go to http://localhost:3000/ and you should see the project running.

To-Do

  • Implement Swagger Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages