Skip to content

Turizak/hivemind-be

Repository files navigation

Hivemind Backend Repo

Fly Deploy

🐝 What is Hivemind?

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

🐳 How to run locally via Docker

  1. docker build -t hivemindbe .
  2. docker run -p 8080:8080 --env-file ./.env hivemindbe

Releases

No releases published

Packages

No packages published