Skip to content

Latest commit

 

History

History
executable file
·
25 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

executable file
·
25 lines (13 loc) · 1.1 KB

Coffee Shop Full Stack

For Manager (With Manager's permissions)

Video

For Barista (With Barista's permissions)

Video

About the Stack

We started the full stack application for you. It is desiged with some key functional areas:

Backend

The ./backend directory contains a partially completed Flask server with a pre-written SQLAlchemy module to simplify your data needs. You will need to complete the required endpoints, configure, and integrate Auth0 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. You will only need to update the environment variables found within (./frontend/src/environment/environment.ts) to reflect the Auth0 configuration details set up for the backend app.

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