Giter Site home page Giter Site logo

oscarcubeles / pizzisalle Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 9.54 MB

PizziSalle is a Java-based implementation of a restaurant order management system that simulates the process of taking orders from customers. The system is designed to be used in a terminal-based environment and provides a range of features for managing orders, including adding, modifying, and deleting orders.

Java 100.00%

pizzisalle's Introduction

PizziSalle

PizziSalle is a Java-based implementation of a restaurant order management system that simulates the process of taking orders from customers. The system is designed to be used in a terminal-based environment and provides a range of features for managing orders, including adding, modifying, and deleting orders.

The goal of this university project is to implement different design patters with java using MVC as architectural pattern The design patterns used are:

  • Singleton: To make sure that the data read from the json files is only in one object and not duplicated. Also, to ease its access from different classes.
  • Proxy: To load the data from the json files at the beginning of program execution.
  • Iterator: To traverse the data loaded from the json files extracting from its data structure implementation.
  • Composite: To compose the order as a tree structure having different types of sub-orders such as pizzas or drinks.
  • DAO (Data Access Object): To define how the program can access the data in the json files without knowing its implementation.

pizzisalle's People

Contributors

oscarcubeles avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.