Udacity has decided to open a new digitally enabled cafe for students to order drinks, socialize, and study hard.
The application contains:
- 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 Flask server with a SQLAlchemy module. This contains all the required endpoints and integrated with Auth0 for authentication.
View the README.md within ./backend for more details.
The ./frontend
directory contains a Ionic frontend to consume the data from the Flask server. The environment variables that is found within (./frontend/src/environment/environment.ts) is updated so that the Auth0 configuration details are set up for the backend app.