-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mikhail edited this page May 29, 2022
·
6 revisions
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:
Below is a list of used technologies:
- Openroute service routing engine, https://openrouteservice.org/
- Vroom project routing optimization, http://vroom-project.org/
- Open street map map, https://www.openstreetmap.org/about
- Leaflet and React leaflet map UI components https://leafletjs.com/ https://react-leaflet.js.org/
- Digitraffic API traffic situation, https://www.digitraffic.fi/en/road-traffic/
- Gas prices API gasoline and diesel prices, https://collectapi.com/api/gasPrice/gas-prices-api
- NodeJS and Express backend frameworks
- Sequelize ORM for JavaScript, https://sequelize.org/
- MariaDB database management system, https://mariadb.org/
- React frontend JavaScript library, https://reactjs.org/
- JavaScript main programming language