PolyWine is a mobile application developed with Flutter and a Flask API, designed to manage a smart wine cellar. The application runs on iOS and Android and integrates with a physical wine cellar connected via a Raspberry Pi in bluetooth🛜.
docker-compose up --build
ERROR: for mysql Cannot start service mysql: driver failed programming external connectivity on endpoint mysql
Do next commands:
sudo service mysql stop
sudo lsof -i :5000
sudo kill -9 PID processus_on_port 3306
sudo docker-compose restart
sudo docker-compose up
flutter doctor
flutter run ./front/lib/main.dart
cd front
flutter clean
flutter pub get
change the url in the file front/lib/pages/fetch/url.dart
final String url = 'http://my_ip:5001/';