📄️ Overview
The FMCK Canteen App was developed to streamline the meal ordering process of clinical staffs on call duty in the center. The application performs diverse functions such as placing order, tracking meal request history, editing an active order and so on.
📄️ Frontend
The frontend of this application is built as a Multi-Page Application (MPA), providing a traditional, server-rendered experience with multiple distinct pages and navigation flows. This approach ensures that each page is independently loaded and rendered.
📄️ Backend
The backend of the application is the core that powers its functionality. It is responsible for managing business logic, handling database operations, and rendering HTML pages that users interact with. In this Python-Django-based project, the backend architecture follows the Model-View-Template (MVT) design pattern, a robust and intuitive framework for building dynamic web applications.
📄️ Installation
To get the application running locally on your system, follow these instructions: