-
Clone the repository:
git clone https://github.com/Student-Recreation-Center-CSE-RKV/De-Lit-API.git cd De-Lit-API
-
Create a virtual environment (optional but recommended):
python -m venv venv
Activate the virtual environment:
-
On Windows:
venv\Scripts\activate
-
On macOS/Linux:
source venv/bin/activate
-
-
Install dependencies:
pip install -r requirements.txt
-
Run the FastAPI server:
fastapi dev main.py
python -m uvicorn main:app --reload
-
Access the API:
The server will start at
http://127.0.0.1:8000
. You can view the automatically generated interactive API docs at:http://127.0.0.1:8000/docs
You can check the clear Documentation for the APIs at Documentation
- For Blog: Click Here