- Create a Virtual Environment.
> python3 -m venv venv
- Activate Virtual Environment.
> venv\Scripts\activate.bat
> source venv/bin/activate (in linux)
- Install requirements if needed
> pip install -r requirements.txt
-
Create a new file called
secrets.envon the root directory. This file will contain environment variables. -
Run the FastAPI app using
bash run.sh
1805032 - Mahdee Mushfique Kamal - MahdeeMushfiqueKamal
1805050 - Khondker Salman Sayeed - salkhon
1805053 - H.A.Z. Sameen Shahgir - Patchwork53