Features | Structure | Install | Usage | Documents | Technologies | Some Screens | Bugs and Issues | Team | License
- Ordering foods by table.
- Checkout, preview & print invoice.
- Profile feature.
- Manage food & category.
- Manage table.
- Manage account.
- Sales report.
Clone this project:
~$ git clone https://github.com/cuongw/store-pattern.gitcd store-pattern:
~$ cd store-patternInstall packages for flutter apps:
~$ flutter packages getSetup API:
-
Upload file:
index.phpatstore-pattern/server/Normalto your host. -
Edit
index.php$servername = "Your servername"; $username = "your username"; $password = "your password"; $dbname = "database name";
-
Edit line 1
evn.dartatstore-pattern/admin_app/lib/Constants/andstore-pattern/order_app/lib/Constants/const String URL_EXECUTE = "your domain/index.php";
-
Edit line 17
store-pattern/kitchen_app/src/Constants/Constant.javapublic 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
Using this account for testing:
username: test
password: test
Enjoy π
For help getting started with Flutter, view our online documentation.
Have a bug or an issue with this project? Open a new issue here on GitHub.
![]() |
![]() |
![]() |
|---|---|---|
| Cuong Duy Nguyen | Thien Chi Vi | Thang Huu Le |
MIT Β© cuongw π’







