Back to work

Subscription service backend / PROJECT NOTES

WantMeal - Meal Subscription Backend

PythonDjangoREST APIsPostgreSQL

Overview

I developed the backend for a subscription-based tiffin service using Django and REST APIs. The work covered meal subscriptions, order processing, and the relational data model supporting them.

I designed PostgreSQL models for subscriptions, orders, and day-wise meal tracking.

The problem

Represent recurring meal subscriptions and track orders and meals by day in a structured backend.

The result

Implemented subscription and order-management APIs with a relational model for day-wise meal tracking.

Subscriptions, Meal delivery, Order management