store-pattern icon indicating copy to clipboard operation
store-pattern copied to clipboard

👑 The lightweight design pattern for small management applications.

store-pattern
Store Pattern

👑 The lightweight design pattern for small management applications.

Features | Structure | Install | Usage | Documents | Technologies | Some Screens | Bugs and Issues | Contributors | License

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/uiters/store-pattern.git

cd store-pattern:

cd store-pattern

Install packages for flutter apps:

flutter packages get

Setup API with php see here

Setup API with docker see here

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