Skip to content

am-niz/city_explorer_app_fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

city_explorer_app_fastapi

Overview

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.

Features

  • User Preferences: Customize your exploration based on your interests and preferences.
  • Recommendations: Get personalized recommendations that match your taste and preferences.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Python 3.8 or higher
  • pip
  • A virtual environment (optional but recommended)

Installation

  1. Clone the repo
    git clone https://github.com/your_username_/city_explorer.git
  2. Navigate to the project directory
    cd city_explorer
  3. Create and activate a virtual environment (optional)
    python -m venv env
    # Windows
    env\Scripts\activate
  4. Install required packages
    pip install -r requirements.txt

Running the Application

To run the application, execute:

uvicorn app.main:app --reload

Usage

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.

Contact

Email - [email protected]

Project Link: https://github.com/your_username_/city_explorer

About

Api for city_explorer app( details on readme.file)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages