This is a backend API built using Spring Boot, designed to provide endpoints for retrieving, creating, updating, and deleting data related to Explore web app.
To use this API, you'll need to have Java ,VS Code and extensions to run sping projectadditionally you will need postman to request the api which you can download from here
This API provides the following endpoints:
GET /spots: Retrieves a list of all spots.
GET /spots/{spotId}: Retrieves the spot with specific id.