This is a simple web application that allows users to explore a city and find nearby places of interest.
The application is built using the following technologies:
- Node.js
- Express
- Geoapify Places API
The application exposes the following endpoints:
GET /api/supermarkets
: Fetches a list of supermarkets within a specified radius around a given latitude and longitude.GET /api/entertainment
: Retrieves entertainment venues within a specified radius around provided latitude and longitude coordinates.GET /api/parks
: Gets a list of parks within a certain radius of the provided latitude and longitude.GET /api/restaurants
: Returns a list of restaurants, optionally filtered by categories and conditions, within a specified radius around given latitude and longitude.POST /api/feedback
: Allows users to post feedback with their user information and comments.
The API documentation is available here
npm start