Server is using Go, Postgres, GraphQL and Redis.
Server endpoint: https://stegoer-server.herokuapp.com/
Source code: https://github.com/stegoer/server
go get ./...Create a .env file and copy the contents of .env.example file into the .env file
cp .env.example .envmake db-initmake devredis-servermake helppre-commit installDeveloped under the MIT license.