Skip to content

uiters/store-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

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

Repository files navigation

store-pattern
Store Pattern

πŸ‘‘ The lightweight design pattern for small 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/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