Giter Club home page Giter Club logo

store-pattern's Introduction

store-pattern
Store Pattern

๐Ÿ‘‘ The prototype for management applications.

Features

  • Ordering foods by table.
  • Checkout, preview & print invoice.
  • Profile feature.
  • Manage food & category.
  • Manage table.
  • Manage account.
  • Sales report.

Structure

Install

Clone this project:

~$ git clone https://github.com/cuongw/store-pattern.git

cd store-pattern:

~$ cd store-pattern

Install packages for flutter apps:

~$ flutter packages get

Setup API:

  • Upload file: index.php at store-pattern/server/Normal to your host.

  • Edit index.php

    $servername = "Your servername"; //recommend localhost
    $username = "your username";
    $password = "your password";
    $dbname = "database name";
  • Edit line 1 evn.dart at store-pattern/admin_app/lib/Constants/ and store-pattern/order_app/lib/Constants/

    const String URL_EXECUTE = "your domain/index.php";
  • Edit line 17 store-pattern/kitchen_app/src/Constants/Constant.java

    public static String urlConnect = "your domain/index.php";
  • Run script sql in your PhpMyAdmin store-pattern/database/mysql.sql

Run:

  • Requrie install ant

    ~$ sudo apt install ant
  • Run admin_app:

     ~$ cd admin_app
     ~$ flutter run
  • Run kitchen_app

     ~$ cd kitchen_app
     ~$ ant run
  • Run order_app

     ~$ cd order_app
     ~$ flutter run

Usage

Please don't change password

Using this account for testing:

username: test
password: test

Using this account admin for testing:

username: tvc12
password: tvc12

username: admin
password: admin

Enjoy ๐Ÿ‘

Documents

For help getting started with Flutter, view our online documentation.

Technologies

Some Screens

Order App

Admin App

Kitchen App

Bugs and Issues

Have a bug or an issue with this project? Open a new issue here on GitHub.

Contributors

โฌ† back to top

License

FOSSA Status

store-pattern's People

Contributors

tvc12 avatar lhthang1998 avatar triet1213 avatar cuongndc avatar fossabot 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.