Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 404 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 404 Bytes

Task Manager

A Flutter project that helps making a To-Do list.

Deployment

To deploy this project run

  flutter run

To deploy the backend run

  cd backend/
  go run main.go

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DB_URL

Tech Stack

Client: Flutter, Dart

Server: GO