Skip to content

Devansh3712/tsuki-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minimal open-sourced social media platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published