Management App for Ting Coffee.
Features | Structure | Install | Usage | Documents | Technologies | Some Screens | Bugs and Issues | Team | License
- Ordering drinks, foods by table.
- Checkout, preview & print invoice.
- Profile feature.
- Manage drink, food & category.
- Manage table.
- Manage account.
- Sales report.
Clone this project:
~$ git clone https://github.com/uiters/ting-coffee.gitcd ting-coffee:
~$ cd ting-coffeeInstall packages for flutter apps:
~$ flutter packages getSetup API:
-
Upload file:
index.phpatting-coffee/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/order_app/lib/Constants/const String URL_EXECUTE = "your domain/index.php";
-
Edit line 17
kitchen_app/src/Constants/Constant.javaandadmin_app/src/Constants/Constant.javapublic static String urlConnect = "your domain/index.php";
-
Run script sql in your PhpMyAdmin
ting-coffee/database/mysql.sql
Run:
-
Requrie install
ant~$ sudo apt install ant -
Run admin_app:
~$ cd admin_app ~$ ant run
-
Run kitchen_app
~$ cd kitchen_app ~$ ant run
-
Run order_app
β Require: Flutter version 1.26.0-1.0.pre
```bash
~$ cd order_app
~$ flutter run
```
Using this account for testing:
username: test
password: test
Enjoy π
Using Store Pattern.
Have a bug or an issue with this project? Open a new issue here on GitHub.


