You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Flask app that features SQLAlchemy in order to interact with a database for a restaurant. The data includes the waiters of the restaurant, the menu, and the customer tickets. Features endpoints to access the data, add to it, and calculate prices for tickets.