git clone https://github.com/meeran03/burki.git cd burki
python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt
PostgreSQL (Recommended)
burki_db
.env
alembic upgrade head
cp .env.example .env # Edit .env with your API keys and settings
python app/main.py
What do I need to set?
postgresql://user:pass@localhost:5432/burki_db
.env.example
Common Issues & Solutions
pip install -r requirements.txt