-
git clone https://github.com/KanishkRastogi46/autodev-backend.git
-
python -m venv .venv
-
./.venv/Scripts/Activate.ps1
-
pip install -r requirements.txt
- Create .env file at the root folder
- Create a PostgreSQL database on cloud and store its credentials in .env file and also download the .pem at the root folder
- Also create an API key to integrate Google Gemini Api on Google ai studio
- Run your app using
uvicorn main:app --reload
- Your app is running on port 8000