Git Product home page Git Product logo

pizzeria's Introduction

Restaurant System, Pizzeria (backend)

Description:

  • Typescript project (no framework used), Object Oriented Programming.
  • Simple abstraction of a restaurant system to manage orders / tables / ingreadients.
  • The application operates on an in-memory DB (no real DB has been implemented at this stage).
  • Basic unit tests using Chai/Mocha.
Completed tasks:
  • Preparation of an abstraction that simulates a pizzeria.
  • The pizzeria has: a list of ingredients with their quantities, a list of available employees taking orders (orders cannot be placed online), a list of available chefs, a list of orders in progress, a list of completed orders, a list of available and occupied tables.
  • The pizzeria allows: placing an order, placing an order with a discount using the appropriate code, reserving a table for a person or a group dining in, ordering for takeaway.
  • A person coming to the pizzeria orders a pizza and occupies a table with x number of seats. Each order is made by a separate chef. In a situation where there are no chefs, the order should go to a queue if there is an available table for the customer to wait for the order. In a situation where there is no table and the chef is busy, the customer cannot be served.

pizzeria's People

Contributors

mapawel 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.