An open API service indexing awesome lists of open source software.

https://github.com/ahmedmeshref/coffee-shop-ms

Coffee shop management system
https://github.com/ahmedmeshref/coffee-shop-ms

angularjs flask python3

Last synced: 3 months ago
JSON representation

Coffee shop management system

Awesome Lists containing this project

README

          

# Coffee Shop Managment System Full Stack

The system is designed for setting up the menu experience of a digitally enabled cafe for students to order drinks, socialize, and study hard.

The application does:

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.

## Application setup

Clone repostory locally:
`git clone "https://github.com/ahmedmeshref/coffee-shop-ms.git"`
Please head to readme files of both frontend and backend to get more info:

1. [`./backend/`](./backend/README.md)
2. [`./frontend/`](./frontend/README.md)

### Backend

The `./backend` directory contains a completed Flask server with a pre-written SQLAlchemy module to simplify your data needs.

[View the README.md within ./backend for more details.](./backend/README.md)

### Frontend

The `./frontend` directory contains a complete Ionic frontend to consume the data from the Flask server.

[View the README.md within ./frontend for more details.](./frontend/README.md)

## Contributions:
All contributions are welcomed. Please work on your own branch and create a merge request to be reviewed and accepted.

## Authors
- Ahmed Meshref