This post is my Database Systems Final Project Documentation.
Github Link: https://github.com/jasonchristopherchandra/DatabaseSystemsFinalProject/
Members:
- Jason Christopher Chandra 210175033
- Arkaan Nofarditya Ashadi 2101718425
- Farras Yamin 2101704584
Project:
A simple database system for restaurants.
Background:
Restaurants. Most are great, but some have either bad food or bad service. We can’t solve the first problem but we can try to solve the second one.
Goal:
To create a database system for a restaurant that is so easy to use, it will increase customer service quality.
Program Details:
- Provide data in an easy to read way for both employees and managers
- Allows employees to add and customize orders, get the bill, and add or remove customers.
- Allows managers to see all orders, add or remove employees, check the ingredient stocks
Entity Relationship Diagram
Update:
- Added Names and Binusian IDs.
- Made the program slightly bigger.
- Moved button placements.
My Contribution:
My contribution to this project is inserting the data using MySQL and the updates using Visual Studio, Arkaan did most of the Visual Studio and Farras designed the ERD and provided over-all support.