Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI App

This is a simple FastAPI application designed to test if FastAPI runs successfully.

📌 Features

  • A root endpoint (/) that returns a success message.
  • Easy to extend for additional endpoints.

🛠 Installation

To run this project locally, follow these steps:

1️⃣ Clone the repository:

git clone https://github.com/TamerOnLine/.FastAPI.git
cd .FastAPI

2️⃣ Create a virtual environment (optional but recommended):

python -m venv venv
source venv/bin/activate  # On macOS/Linux
venv\Scripts\activate  # On Windows

3️⃣ Install dependencies:

pip install -r requirements.txt

4️⃣ Run the FastAPI app:

uvicorn src.main:app --reload

🖼 Screenshots

FastAPI App Screenshot

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Contributing

Feel free to fork the repository and submit pull requests if you have any improvements!

📬 Contact

For any inquiries, you can reach me at: info@tameronline.com

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages