A scalable and user-friendly REST API for a food ordering system, similar to Foodpanda, built with Django Rest Framework.
- ๐น Multi-Branch Support: Each restaurant can have multiple branches with relevant addresses.
- ๐น User Roles: Customers, restaurant owners, and admins with role-based access.
- ๐น Order Management: Customers can get nearest restaurants based on locations, browse menus, place orders, and track them.
- ๐น Secure Authentication: JWT-based authentication for user security.
- ๐น Database: MySQL for efficient data storage and management.
- ๐น API Endpoints: RESTful APIs for seamless communication between frontend and backend.
- Backend: Python, Django Rest Framework
- Database: MySQL
- Authentication: JWT