https://github.com/bryryann/mantel
Social media app.
https://github.com/bryryann/mantel
backend go postgresql rest-api social-media
Last synced: 10 months ago
JSON representation
Social media app.
- Host: GitHub
- URL: https://github.com/bryryann/mantel
- Owner: bryryann
- License: mit
- Created: 2025-05-16T21:21:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-17T21:52:07.000Z (10 months ago)
- Last Synced: 2025-08-17T23:25:05.628Z (10 months ago)
- Topics: backend, go, postgresql, rest-api, social-media
- Language: Go
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mantel - REST API for 'a' social media.
This project is a RESTful API backend for a generic API written entirely in Go. It provides everything that a social media needs,
such as user authentication, posts, likes, follows, friendships and more.
## Work In Progress
> This project is under active development. Some features are incomplete or not yet implemented.
### Features checklist
| Feature | Status | Notes |
|---------|--------|-------|
| User Authentication | โ
Completed | JWT-based login and registration |
| Posts | ๐งช Implemented | Basic creation works; delete and search by ID works |
| Likes | ๐งช Implemented | Feature planned, not yet implemented; posts need to work properly first |
| Follows | ๐งช Implemented | Users can follow/unfollow each other; not properly tested |
| Friendships | ๐งช Implemented | Friendship relations can be formed; not properly tested |
### Legend
- โ
Completed โ Fully functional and extensively tested.
- ๐ก In Progress โ Currently being worked on, not yet fully implemented.
- ๐งช Implemented โ Feature works as intended, but not fully tested.
- โ Not started โ Not implemented yet.
---



