module
0.0.0-20240706094936-9a81d7c1f728
Repository: https://github.com/k0marov/go-socnet.git
Documentation: pkg.go.dev
# README
go-socnet
My pet project from 2022: Backend for a Social Network written in Go.
Highlights
- Login, register
- Profile editing and avatars
- Creating posts with support for uploading multiple images
- Editing and deleting posts
- Following/unfollowing profiles
- Viewing profile, its followers count and users that it follows
- Creating, editing and deleting comments for posts
- Like/unlike for posts and comments
- Feed
- 100% test coverage
- Almost 0 dependencies, plain SQL with no ORM