GitXplorerGitXplorer
c

Coffee-Shop-Full-Stack

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Verified
df98c89e4adb7b21788204db846d3beafe5253dc

Merge pull request #60 from cschan1828/dependabot/pip/backend/src/werkzeug-3.0.1

ccschan1828 committed a year ago
Verified
6ccd6841d0286f8d2362710b30979a50070f3a17

Bump werkzeug from 2.2.3 to 3.0.1 in /backend/src

ddependabot[bot] committed a year ago
Verified
30752c4a8fa48aae242d18d38bad72d4443a21f9

Merge pull request #58 from cschan1828/dependabot/pip/backend/src/certifi-2023.7.22

ccschan1828 committed a year ago
Verified
3db810580314d7882d3ba5b7c81ca2720dab862a

Bump certifi from 2022.12.7 to 2023.7.22 in /backend/src

ddependabot[bot] committed a year ago
Verified
619381ce7e5e5ba4797dc78d8fb3e8b33958bbea

Merge pull request #56 from cschan1828/dependabot/pip/backend/src/flask-2.3.2

ccschan1828 committed a year ago
Verified
ed4e4c4461eccd8a41babf57da4f2a114af47c9a

Merge pull request #57 from cschan1828/dependabot/npm_and_yarn/frontend/socket.io-parser-4.2.3

ccschan1828 committed a year ago

README

The README file for this repository.

Coffee Shop Full Stack

Udacity has decided to open a new digitally enabled cafe for students to order drinks, socialize, and study hard. But they need help setting up their menu experience.

Function requirements:

  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

This stack provides proper permission based on your roles using auth0. Visitors can view drink names while shop baristas can view detailed recipe. For managers, they can create drinks and edit recipes.

Framework

This project uses Flask as backend.

Reference

This project is revised from this Udacity nano degree projects. https://github.com/udacity/FSND/tree/master/projects/03_coffee_shop_full_stack/starter_code

License

This code has been released under the MIT License.