Skip to content

s-vedra/BurgerWebApp-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Burger App 🍔

Summary

A small burger shop wants a web app that can offer simple ordering of burgers. Since they don't know if the idea will work, they need a small prototype to get started.

Features

This prototype needs to have the following functions:

  • Burgers
    • Show a menu of all available burgers
    • Edit every burger on the menu
    • Add a new burger to the menu
    • Delete a burger from the menu
  • Orders
    • Make an order
    • Edit an order
    • Delete an order
    • List all orders

Business Domain Information

Users will not be part of the prototype at this moment. Here is some business domain information:

  • Burger
    • Name
    • Price
    • IsVegetarian
    • IsVegan
    • HasFries
  • Order
    • FullName
    • Address
    • IsDelivered
    • Burgers
    • Location
  • Location
    • List all locations of burger places
    • Add new location
    • Edit location
    • Delete location
  • Location Model
    • Name
    • Address
    • OpensAt
    • ClosesAt

**Home Page image

** Menu Page image

**Details Page image

**Order Page image

**Locations image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published