- Make sure you have Docker running on your machine. Then, you can start the project by running
docker-compose up -d
. This will start the database and the backend of the application. - To interact with the application, you can open the HTML file using LiveServer.
-
CRUD Operations: You can perform CRUD (Create, Read, Update, Delete) operations using the API interface. This allows you to dynamically add categories and interest places to the application.
-
View Markers: You can use the buttons on the interface to view markers saved in the PostgreSQL database.
-
Filter Markers: You can filter the markers by category.
-
Create Routes: You can create routes between two points by clicking on the markers and then clicking on the "Generate Route" button.