Little Lemon Order Management System
Project Overview
Little Lemon's management wants to develop an online-based order management system and mobile application. This project focuses on creating the back-end API with Django that allows customers to browse food items, view the item of the day, and place orders. Managers need to update the item of the day, monitor orders, and assign deliveries. Delivery crew should check assigned orders and update delivery status.
The system is built using Django and Django REST Framework, with Djoser for user authentication and management.