Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 640 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 640 Bytes

Tsuki

Tsuki is a minimalistic open-sourced social media platform, built using Go.

Running on local machine

Requirements

  • Tsuki requires a PostgreSQL database to store all the data.
  • It uses the Gmail API for sending verification mail (Reference) and the Freeimage API for storing pictures (Reference).
  • It also requires some environment variables to be declared in the .env file. The variables can be found in example.env

Installation

go mod download

Building and Running

go build .
./tsuki-go