Code Monkey home page Code Monkey logo

proyectoclio's Introduction

Clio Project

Clio is a CRUD-type application that supports the management of home orders for the company "Cubanos", which is a fast food restaurant. This application solves the problem of having to request the necessary data to take a home order every time a customer calls to place an order. The necessary data are:

  • Name.
  • Direction.
  • Phone.
  • Floor (where the client lives if it is necessary).
  • Other indications (Some clients have particular specifications).

The task of requesting this data each time a customer calls takes considerable time, so Clio was initially thought of. With Clio the customer only has to give the data the first time he calls.

Technologic stack

The application is developed with Java and MySQL. In java the application logic and the interface are implemented, with MySQL the customer data is managed. The application is divided into 4 layers organized as follows:

  • Business: Is the layer where is the logic of the application implemented.
  • Data: In this layer the connection to the database is made and it is in charge of doing the CRUD operations with SQL queries.
  • Print: In charge of connecting with the printer and printing commands.
  • Interface: Show the data in the screen and interact with the user.

MySQL is implemented by PHPmyAdmin locally with XAMPP. It was verified that the connection credentials between the database and the application were properly provided, and that the names of the tables for the queries are consistent.

The interface

Captura de pantalla de 2021-03-02 17-28-33

As you can see, each button presents the ability to do the mentioned CRUD operations and an additional short menu to configure the connection to the database.

License

This is an open source initiative under MIT license.

proyectoclio's People

Contributors

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