Skip to content

Latest commit

 

History

History
88 lines (82 loc) · 2.31 KB

README.md

File metadata and controls

88 lines (82 loc) · 2.31 KB

Node.js with TypeScript path finder

license:GPL Language:TypeScript Language:Javascript Server:Fastify Templates:ejs

Author : Frédéric Diaz
This is a web site used to find the fastest or eco path between two vertices in a graph.

Getting started

  • Donwload the source, then to install dependencies, type :
npm install
  • To run the project use :
npm start

hello

error 500

Other tests

  • To run the unit tests, type :
npm test

Continuous integration

The Github repository has two workflows in "Actions" defined in the Yaml files in ./github/workflows/
The Manual workflow can be used to run (click on "Run Workflow" button) the unit tests in the Github pipeline. NB : Refresh the HTML page if nothing moves.
The other workflow Node.js CI is used for continuous integration.

CI

You can see the result of the Unit tests in the web console.

CI