Giter Site home page Giter Site logo

kitchen's Introduction

YesChef!

January 29, 2016

By Jeffrey Ruder, Midori Bowen, and Chris Siems

Description

YesChef! is an integrated point-of-sale and inventory management system for restaurants built as an Epicodus class project.

YesChef! demonstrates object-oriented programming with Java, routing using the Spark web framework, CRUD and database querying with PostgreSQL.

Features

  • Create, manage, and delete ingredients, deliveries, menu items, and orders.
  • Creating an order automatically deducts the ingredients required for that order from the inventory.
  • Unique views for kitchen, managers, and servers.
  • Kitchen can mark orders as 'up' (ready to serve); servers can mark orders as paid or complete.
  • Orders can be 're-fired' if they are sent back or ruined and the inventory will be debited again.
  • Users can see an '86 list' of dishes that are not available due to lack of ingredients in inventory.
  • Creating an order deducts ingredients from the inventory, using SQL queries joining multiple tables.
  • Use of MetroUI CSS library provides a more familiar and mobile-first UI.

Screenshots

Kitchen View

YesChef-1

Server View

YesChef-2

Manager View

YesChef-3

Setup

Install Required Programs

Make sure you have Java, PostgreSQL, and Gradle installed, then clone this repository.

Import a Database with Sample Data

  • Open postgres and psql
  • In psql, create a new database named kitchen: CREATE DATABASE kitchen;
  • Navigate to the project directory in your terminal and populate the database: psql kitchen < kitchen.sql
  • Make any necessary changes to the OWNER of the kitchen database and its tables in psql

Alter psql Authentication Information

In kitchen\main\java\DB.java, change the null parameters to the username and password of the OWNER of your kitchen database, or otherwise alter your psql authentication configuration to allow this program to access the database.

Run Program

Navigate to your kitchen directory and gradle run.

Technologies Used

Java, Spark, JUnit, FluentLenium, Velocity, PostgreSQL, Gradle, MetroUI CSS library

License

MIT License. See LICENSE.md for details.

Copyright

Copyright (c) 2016 Jeffrey Ruder, Chris Siems, and Midori Bowen

kitchen's People

Contributors

jeffreyruder avatar csiems avatar midoribowen avatar kcmdouglas avatar cehoughton avatar

Watchers

James Cloos 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.