tsuki-go
tsuki-go copied to clipboard
Minimal open-sourced social media platform
Tsuki
Tsuki is a minimalistic open-sourced social media platform, built using Go.
Running on local machine
Requirements
- Tsuki requires a
PostgreSQLdatabase to store all the data. - It uses the
Gmail APIfor sending verification mail (Reference) and theFreeimage APIfor storing pictures (Reference). - It also requires some environment variables to be declared in the
.envfile. The variables can be found inexample.env
Installation
go mod download
Building and Running
go build .
./tsuki-go