/track-progress

Primary LanguageGoMIT LicenseMIT

track-progress

A Trello like board built using Go

Architecture

Running

  1. Build the images for the backend and frontend
make images
  1. Start the services
docker-compose up -d