1. Clone the Repository

git clone https://github.com/meeran03/burki.git
cd burki

2. Choose Your Setup Method

Python Environment

python3 -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt

Database Setup

Environment Variables

cp .env.example .env
# Edit .env with your API keys and settings

Run the App

python app/main.py
Visit http://localhost:8000

3. Environment Variables


4. Troubleshooting


5. Next Steps