Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 323 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 323 Bytes

Go Sessions

Taskfile commands

  • task runsql start a MySQL Docker container
  • task runredis start a Redis Docker container
  • task migrate run SQL migrations against MySQL container
  • task runapp start the app server on port 9000
  • task stopcontainers stop MySQL + Redis containers