Mind Hub API Architecture Setup Clone the project from Github git clone git@github.com:jdpx/mind-hub-api.git install Golang brew install go Install dependancies make install Install Docker Install Golang-Lint brew install golangci-lint Development Set GraphCMS URL in your .zshrc or .bashrc GRAPH_CMS_URL=https://api-eu-central-1.graphcms.com/v2/{GraphCMSAPIKey} Start local DynamoDB make run/local-dynamo Run local API make run/api Commands Run tests make run/tests Run linter make lint Regenerate GraphQL Schema make generate/graphql