Tsuki is a minimalistic open-sourced social media platform, built using Go.
- Tsuki requires a
PostgreSQL
database to store all the data. - It uses the
Gmail API
for sending verification mail (Reference) and theFreeimage API
for storing pictures (Reference). - It also requires some environment variables to be declared in the
.env
file. The variables can be found inexample.env
go mod download
go build .
./tsuki-go