Skip to content

☕ Digital cafe with Ionic frontend, Auth0, and Postman

Notifications You must be signed in to change notification settings

topunix/coffee-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coffee Shop Full Stack

coffee-shop

Introduction

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:

  1. Display graphics representing the ratios of ingredients in each drink.
  2. Allow public users to view drink names and graphics.
  3. Allow the shop baristas to see the recipe information.
  4. Allow the shop managers to create new drinks and edit existing drinks.

About the Stack

Backend

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.

Frontend

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.

View the README.md within ./frontend for more details.