topunix / coffee-shop

☕ Digital cafe with Ionic frontend, Auth0, and Postman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

☕ Digital cafe with Ionic frontend, Auth0, and Postman


Languages

Language:TypeScript 50.9%Language:Python 29.4%Language:HTML 9.4%Language:CSS 6.8%Language:JavaScript 3.5%