This repository contains a simple web application where users can post content, upload profile pictures, and view posts in a feed.
- User registration and login.
- Create, view, and manage posts.
- Profile picture upload and display.
- Edit user profile details, including bio.
- templates/: Contains all HTML templates.
- static/: Holds static files (CSS, images, JavaScript).
- main.go: The main Go application file.
This project was created as a demonstration of a basic social media feed with Go, GORM, and SQLite.