Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 361 Bytes

Setup.md

File metadata and controls

10 lines (7 loc) · 361 Bytes

Setup

To run the project you will need:

  • Install Go v1.13.*
  • Install MySQL 8.*
  • Export your $GOBIN to $PATH in .bash_profile | .zshrc: export PATH="$PATH:$GOBIN"
  • Setup ENV variables from .env.dist, you should automate that with direnv

The Makefile provides all the useful commands to run and test the project.