repositorypackage
0.0.0-20240403154331-ed22cf2baba4
Repository: https://github.com/chensongjian/ginstagram.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
ginstagram
User Management:
- User registration with email and password.
- Secure password hashing.
- User login and session management using JWT.
- User profiles with basic information (name, bio, profile picture).
Content Management:
- Create posts with text with images and videos.
- delete existing posts by the owner.
- Implemented a basic feed system showcasing posts from followed users and public users.
Social Interactions:
- Follow other users.
- Like and comment on posts.