Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 649 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 649 Bytes

KyokuShareGo Web App

This is a web app for sharing your thoughts on songs you've recently listened to with the internet!

It's developed with Go, gin (web framework), gorm (ORM for db access), tailwindcss.

Basic Functions

Anyone can do read access. For create access, you need to sign up as a user, then login first.

Users can:

  • read/create songs for comments.
  • read/create comments on songs.
  • edit user profile.

Check out online!

Link to app