Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.2 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.2 KB

How to Run the Project

  1. 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.
  2. To interact with the application, you can open the HTML file using LiveServer.

Functionalities

  1. 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.

  2. View Markers: You can use the buttons on the interface to view markers saved in the PostgreSQL database.

    Functionality 1

  3. Filter Markers: You can filter the markers by category.

    Functionality 2

  4. Create Routes: You can create routes between two points by clicking on the markers and then clicking on the "Generate Route" button.

    Functionality 3