This is a simple FastAPI application designed to test if FastAPI runs successfully.
- A root endpoint (
/) that returns a success message. - Easy to extend for additional endpoints.
To run this project locally, follow these steps:
git clone https://github.com/TamerOnLine/.FastAPI.git
cd .FastAPIpython -m venv venv
source venv/bin/activate # On macOS/Linux
venv\Scripts\activate # On Windowspip install -r requirements.txtuvicorn src.main:app --reload- The app will be accessible at http://127.0.0.1:8000.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to fork the repository and submit pull requests if you have any improvements!
For any inquiries, you can reach me at: info@tameronline.com
