Welcome to Fastapi_Backend! This is a FastAPI-only backend application.
Fastapi_Backend is a lightweight backend application built using FastAPI, a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints.
- FastAPI-based backend
- Simple and lightweight
- Easy to set up and use
- Utilizes modern Python features
To install Fastapi_Backend, follow these steps:
- Clone the repository:
git clone https://github.com/atharvsawant2003/Fastapi_Backend.git- Navigate to the project directory:
cd Fastapi_Backend- Install dependencies:
pip install -r requirements.txtTo run the Fastapi_Backend application, use the following command:
cd bloguvicorn main:app --reloadAfter running the server, you can access the documentation and test the API by visiting http://localhost:8000/docs in your web browser.