Skip to content

Talei-Tech/liemo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

🔧 Liemo API

Django + PostgreSQL backend for the Liemo live store link aggregator platform.

Tech Stack

  • 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)

Getting Started

# 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

API Documentation

  • Swagger UI: http://localhost:8000/api/docs/
  • ReDoc: http://localhost:8000/api/redoc/

Branches

Branch Purpose
main Production
develop Development
feature/* Feature branches

Related Repos


Liemo — Live Store Link Aggregator | Philippines 🇵🇭 & Kuwait 🇰🇼

About

Django + PostgreSQL backend API for Liemo - Live Store Link Aggregator (PH & KW)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors