- Python 3.11
- Tech Stack:
Django,Django REST Framework,Postgres,Supabase
Requirements:
- Docker
- Make
- Clone the repository using
git clone https://github.com/alpexlab/google-ai-hackathon.git - Navigate to the backend directory using
cd backend cp .env.sample .env- Run
make migrateto apply migrations - Run
make createsuperuserto create a superuser - Run
maketo install all dependencies and start the development server athttp://localhost:8000