Skip to content
Mikhail edited this page May 29, 2022 · 6 revisions

Welcome to the map app wiki pages!

Links to wiki pages:

Application description

This Map App is a routing application, which is planned specifically for delivery companies. The application main part is planned to be run on the server side. On the client side different application functionalities can be requested via API. Below is an deployment diagram of the application:

deployment diagram

Below is a list of used technologies:

  1. Openroute service routing engine, https://openrouteservice.org/
  2. Vroom project routing optimization, http://vroom-project.org/
  3. Open street map map, https://www.openstreetmap.org/about
  4. Leaflet and React leaflet map UI components https://leafletjs.com/ https://react-leaflet.js.org/
  5. Digitraffic API traffic situation, https://www.digitraffic.fi/en/road-traffic/
  6. Gas prices API gasoline and diesel prices, https://collectapi.com/api/gasPrice/gas-prices-api
  7. NodeJS and Express backend frameworks
  8. Sequelize ORM for JavaScript, https://sequelize.org/
  9. MariaDB database management system, https://mariadb.org/
  10. React frontend JavaScript library, https://reactjs.org/
  11. JavaScript main programming language
Clone this wiki locally