Newsfeed social

Overview

NewsFeed social project is a backend service that:

  • manages user authentication.
  • profile management.
  • social interactions such as following other users.

The project is implemented in Go, with services interacting with a MySQL database and Redis for caching.

Docker is used for containerization, and HTTP endpoints are provided for client interactions.