Skip to content

shola-MTN/city-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

City Explorer

Introduction

This is a simple web application that allows users to explore a city and find nearby places of interest.

Technologies

The application is built using the following technologies:

API Endpoints

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.

API Documentation

The API documentation is available here

Running The Application

npm start

Credits

This project was co-developed by Cursor and myself.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%