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

https://github.com/stroller15/sushi-shop-assignment


https://github.com/stroller15/sushi-shop-assignment

assignment

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Susan's Sushi Shop

## Overview
A web application where customers can buy sushi and the kitchen can see what is ordered, including prices and discounts.

## Requirements
- Frontend: React with JavaScript
- Backend: Python with Flask
- Database: MySQL

## Folder Structure
```susan-sushi-shop/
├── frontend/
│ ├── src/
│ │ ├── components/
│ │ │ ├── CustomerInterface.js
│ │ │ └── SusanInterface.js
│ │ ├── App.js
│ │ └── index.js
│ └── package.json
├── backend/
│ ├── app.py
│ └── database.sql
└── README.md