Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Web application with Python/Flask/MySQL backend, Angular frontend. Database holds simulated random data on bars, consumables, and patrons.

Notifications You must be signed in to change notification settings

emilywritescode/bar_consumable_patron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BarConsumablePatron

> TODO

  • Drinker (Patron) page

  • Bar page

  • Beer page

  • SQL query box

  • Modification page

    • Foreign keys for Frequents, Likes, and Sells each of the three tables – frequents, likes and sells.
    • Key constraint for Sells (bar, beer -> price)
    • Assertions for three patterns (do not allow update, and display error message explaining violation of assertion)
  • Link to webapp

> Tables

  • Bars
  • Patrons
  • Consumables
    • Beers
    • Foods
    • Sodas
  • Sells
  • Bills
  • Bought
  • Frequents
  • Likes

About

Web application with Python/Flask/MySQL backend, Angular frontend. Database holds simulated random data on bars, consumables, and patrons.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published