This project was assigned by my professor in the classroom. We had to develop a Canteen Management System, where students can indicate whether they will have a meal on a specific day, simplifying the control of the food service in the institution.
To install the Canteen management system, follow these steps:
Windows:
1️⃣ xampp > htdocs > create a folder. Exemple: Carteen_System
2️⃣ Open the terminal inside the folder (cmd or git bash)
3️⃣ git clone https://github.com/titiushadow/projeto-cantina.git
4️⃣ localhost/folder_name/index.php
To use Canteen management system, follow these steps:
1️⃣ Sign in as administrator, email = [email protected] and password = 123123
2️⃣ Now that you're logged in, just use the system. 😄
The student can see the day's menu registered by the administrator and vote on whether they will eat or not. If they choose to eat, it will appear on the administrator's screen that they are planning to eat that day.
The administrator has full control; they can register students, list, edit, and delete student records. They can perform the same actions for registered meals. Additionally, the administrator can read suggestions sent by students, which are submitted anonymously.
If you want to contribute, go ahead and clone this repository! Create your own working branch and dive into the code.
git clone https://github.com/titiushadow/projeto-cantina.git
git checkout -b feature/Branch_name
After completing your changes, open a Pull Request to explain the addressed issue or the new feature.