Build a webshop that people can use to order some merchandise from the Greenfox store.
- It has a simple frontend which can:
- list all the items
- user can set the quantity of any item they want to order
- it can display a new list with the selected items
Detailed info is in the language specific description.
- Fork this repository under your own account
- Clone the forked repository to your computer
- Commit your progress frequently and with descriptive commit messages
- All your answers and solutions should go in this repository
- You can use any resource online, but work individually
- Instead of copy-pasting your answers and solutions, write them in your own words.
All classes should import the following database:
c# | java | javascript |
---|---|---|
clothing.sql | clothing.sql | clothing_js.sql |
CREATE A SCREENSHOT OF THE DATABASE YOU IMPORTED AND COMMIT IT TO THE REPO