This is the API layer of the overall Codeamp project. It is built with Golang, GraphQL, GORM and Socket-IO.
git clone https://github.com/codeamp/circuit.git
cp configs/circuit.yml configs/circuit.dev.yml
make up
- Go to
localhost:3011
once you see events being processed in your command line. If all is well, you should see a GraphiQL client.