Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AlvaCorp/store-pattern

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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";
    $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/script/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

Using this account for testing:
username: test
password: test

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.

Team

Cuong Duy Nguyen Thien Chi Vi Thang Huu Le
Cuong Duy Nguyen Thien Chi Vi Thang Huu Le

⬆ back to top

License

MIT © cuongw 🐒

About

πŸ‘‘ The prototype for management applications.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 81.4%
  • Java 12.1%
  • SQLPL 3.4%
  • PHP 2.7%
  • Objective-C 0.4%