https://github.com/stroller15/sushi-shop-assignment
https://github.com/stroller15/sushi-shop-assignment
assignment
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stroller15/sushi-shop-assignment
- Owner: Stroller15
- Created: 2024-07-26T15:59:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-27T07:38:59.000Z (over 1 year ago)
- Last Synced: 2025-04-09T16:53:42.506Z (12 months ago)
- Topics: assignment
- Language: PowerShell
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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