CSPC-408-03 Final Project; Board Game Cafe Inventory!
email; lark@chapman.edu
git; Alex-Lark
Chapman ID; 2421705
email; annbrown@chapman.edu
git; annibrown
Chapman ID; 2428684
email; sachou@chapman.edu
git; savanaachou
Chapman ID; 2428859
email; fernandezreyes@champman.edu
git: daisyb3ll
git; 2397470
For this assignment we are working with our client, the owners of Drinks & Dice, a board game café. The owners have requested ww reservation and ordering system for their website. The site will be used by clients to reserve board games for their visits through our reservations tab, order drinks for their visits, manage their account information, and view their past reservations.
diagrams
frontend
account-info.htmlcreate-account.htmlsign-in.htmlhome.htmlmenu.htmlstyles.csstabs.css
functionality
database.pyboardGameCafe.pyhelper.pydatabase.pyhelper.py
documentation:
README.md
database:
BoardGameOrders.csvBoardGames.csvCustomers.csvMenuItems.csvMenuOrders.csvReservations.csv
slides presentation
- [slides] "https://docs.google.com/presentation/d/1qLM0IAXwZKFrY0MDF0izsz0yP4ybg4j4NlAziHqvsYs/edit?usp=sharing"
- An Introduction to Information Infrastructure II Unit 6 Backend to Database
- DML/DQL Lectures
Installations
pip install Flaskpip install csv
Instructions:
python boardGameCafe.py- click on the link generated by the terminal
- it will look something like "http://127.0.0.1:5000"
- have fun going thru the site!