Backend: poi-974z.onrender.com
Frontend: poifront.netlify.app
Quick Login: Email: homer@mail.com Password: a
"A point of interest (POI) is a location for which information is available. A POI can be as simple as a set of coordinates, a name, and a unique identifier, or more complex, such as a three-dimensional model of a building with names in multiple languages, information about opening and closing hours, and a civic address. POI data has many applications, including augmented reality browsers, location-based social networking games, geocaching, mapping, and navigation systems." Source.
This application allows users to register, sign in, and manage points of interest (POI) in various categories (walks). After logging in, users can create and view their walking categories and add placemarkers. Images can be uploaded on the back end and be viewed on frontend.
Here are the available API endpoints for interacting with the user data using baseUrl:
User Endpoints
Category Endpoints
Placemarker Endpoints
Issue 1: After adding a placemarker to the list when the user presses the delete button, the page needs to be refefreshed for the placemarker to be deleted.
Issue 2: When submitting a placemarker the page needs to be reloaded to see the data on the Charts
Issue3: When signing up Frontend, after pressing submit the user does get signed up the but info remains in the boxes.
Issue4: If there are multiple users and each add a category title. These titles all show in the front end when logged in instead of just logged in users category title.