City Explorer is an innovative web application designed to help users discover and explore cities around the world. Whether you're planning a trip or just curious about different places, City Explorer offers detailed information on attractions, dining, accommodation, and more.
- User Preferences: Customize your exploration based on your interests and preferences.
- Recommendations: Get personalized recommendations that match your taste and preferences.
To get a local copy up and running follow these simple steps.
- Python 3.8 or higher
- pip
- A virtual environment (optional but recommended)
- Clone the repo
git clone https://github.com/your_username_/city_explorer.git
- Navigate to the project directory
cd city_explorer
- Create and activate a virtual environment (optional)
python -m venv env
# Windows env\Scripts\activate
- Install required packages
pip install -r requirements.txt
To run the application, execute:
uvicorn app.main:app --reload
After running the application, you can access the City Explorer API through your web browser or tools like swagger at http://127.0.0.1:8000/docs
.
Email - [email protected]
Project Link: https://github.com/your_username_/city_explorer