This is a template proyect for a delivery app developed on flutter 3.7.0 with dart 2.19.0
- flutter 3.7.0: https://flutter/windows/fultter_stable_3.7.0
- node.js: https://nodejs.org/es
- PostgreSQL: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads
- Android Studio Giraffe: https://developer.android.com/studio
To run the main interface, open the project on Android studio and use the comand
flutter pub get
Then run the main.dart file via debugger on android Studio or use the command
flutter run
Finally open the node project/backenddelivery/
on VS Code and open the terminal and run the command
node server.js
In order to test the application you most change the IP value in the files:
flutter project/flutter_delivery/src/api/environmet.dart
node project/backenddelivery/server.js