Hivemind is a reddit/forum style web application created by Tom Slanda and Robert Kazirut. This is the backend repo for that application. The codebase is written in Golang and leverages packages such as Gorm and Gin.
Tom's Github Profile | Rob's Github Profile
- docker build -t hivemindbe .
- docker run -p 8080:8080 --env-file ./.env hivemindbe