A Flutter project that helps making a To-Do list.
To deploy this project run
flutter run
To deploy the backend run
cd backend/
go run main.go
To run this project, you will need to add the following environment variables to your .env file
DB_URL
Client: Flutter, Dart
Server: GO