Udacity has decided to open a new digitally enabled cafe for students to order drinks, socialize, and study hard.
The full stack drink menu application must:
- Display graphics representing the ratios of ingredients in each drink.
- Allow public users to view drink names and graphics.
- Allow the shop baristas to see the recipe information.
- Allow the shop managers to create new drinks and edit existing drinks.
The ./backend
directory contains a SQLAlchemy module and a Flask server with the required endpoints and Auth0 integration for authentication.
View the README.md within ./backend for more details.
The ./frontend
directory contains a complete Ionic frontend to consume the data from the Flask server. The environment variables found within (./frontend/src/environment/environment.ts) is for the Auth0 configuration.