Commit Graph

5 Commits

Author SHA1 Message Date
dr
44720cff79 feat: implement voting functionality for rants and comments
Add vote endpoints for both rants and comments, enabling users to upvote or downvote content. The implementation includes a new votes table with user_id, target_type, and target_id columns, along with vote counting logic that updates the parent entity's score in real-time.
2024-12-03 21:25:03 +00:00
4f4ecd4886 docs: add project overview and setup instructions to README 2024-12-02 16:55:22 +00:00
658396626e docs: add project description and setup instructions to README 2024-12-02 16:46:23 +00:00
196387927d docs: update README with corrected build instructions and project overview 2024-12-02 16:43:40 +00:00
9e3748c230 chore: initialize project structure with empty repository scaffold 2024-12-02 16:41:02 +00:00