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 .env
make db-init
make dev
redis-server
make help
pre-commit install
Developed under the MIT license.