Website and Database Development (7185) Project 6 – Restaurant Website v2
This project is designed to build upon the Restaurant web page from Project 1. The focus of this version is to use a sqlite (or similar) database to track customer orders for the restaurant. Students will add the necessary forms, and backend to keep track of a customer’s order. The focus of this project would be to set up the database to track a simplified customer order.
NOTE: This would not focus on customer validation or payment methods, but only on the creation of a customer, and linking orders to that customer.