Skip to content

jamestansx/qms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Queue Management System

TODO

  • update queue to wearables to vibrate
  • fix bug where queue is not updating its priority

SETUP

  • User UI:
$ # To run the app
$ fvm flutter run --dart-define=BASEURL=<api-url>
$ # To build the app
$ fvm flutter build apk --release --dart-define=BASEURL=<api-url>
  • Management UI:
$ # To run the app (optionally --release)
$ fvm flutter run -d web-server --web-port 8080 --web-hostname 0.0.0.0 --dart-define=BASEURL=<api-url>
  • backend:
$ # To start the server
$ BASEURL=<api-url> cargo run --release
  • firmware:
$ # Only for arduino-cli
$ ./build.sh <port-name>

About

Queue Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published