/sdd-pizza

Pizza ordering app and database for software and ipt classes

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

sdd-pizza

You can find the frontend here (dosent work on school wifi) and the backend here

pizza thing for software class

Uses client side rendering, where the html is generated dynamically on the client with react.

Uses parcel to bundle my javascript and library javascript together into a single file

run npm ci in pizza-app/ to install dependancies

after that run npx parcel src/index.html in pizza-app/ to run development server locally

Known issues

  • Negative signs (hyphens) break credit card input

Dataflow/system diagram