Django + PostgreSQL backend for the Liemo live store link aggregator platform.
- Framework: Django 5.x + Django REST Framework
- Database: PostgreSQL 16
- Cache: Redis
- Task Queue: Celery + Redis
- Auth: JWT (djangorestframework-simplejwt)
- Docs: drf-spectacular (OpenAPI 3.0)
# Clone and setup
git clone https://github.com/liemo-platform/liemo-api.git
cd liemo-api
cp .env.example .env
# Start with Docker
docker-compose up -d
# Run migrations
docker-compose exec api python manage.py migrate
# Create superuser
docker-compose exec api python manage.py createsuperuser- Swagger UI:
http://localhost:8000/api/docs/ - ReDoc:
http://localhost:8000/api/redoc/
| Branch | Purpose |
|---|---|
main |
Production |
develop |
Development |
feature/* |
Feature branches |
- liemo-mobile — Flutter app
- liemo-web-admin — Store owner dashboard
- liemo-web-superadmin — Super admin panel
- liemo-infra — Infrastructure
- liemo-docs — Documentation
Liemo — Live Store Link Aggregator | Philippines 🇵🇭 & Kuwait 🇰🇼