Giter Club home page Giter Club logo

dynamic-vending-machine's Introduction

Dynamic Vending Machine v1.0

Quick Start

  1. Install requirements
  2. Create MySQL database
  3. Run generator.sql
  4. Run Django server
  5. Run PyQT client

Install requirements

Clone this repo and install requirements.txt in a python โ‰ฅ 3.8.0 environment

git clone https://github.com/yeongin-ji/Algorithm-Term-Project #clone
cd Algorithm-Term-Project
pip install -r requirements.txt # install    

Create MySQL database

Install MySQL 8.0.35 in this site

Run generator.sql

Create dataset by running generator.sql in your MySQL database

\sql
\connect --mysql root@localhost:3306
\source <your_path>\Algorithm-Term-Project\generator.sql

Database Relation

  • user: Define the user information required to provide the recommended service.
  • product: Defines a list of drinks sold by vending machines.
  • orders: Define which users ordered which drinks.

Run Django server

Run Django Rest API server

python manage.py runserver

Run PyQT client

Run PyQT client and enjoy Dynamic Vending Machine!

python dvm_client.py

dynamic-vending-machine's People

Contributors

yeongin-ji avatar bluesky8bya avatar amou6518 avatar

Stargazers

 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.