Commit Graph

8 Commits

Author SHA1 Message Date
9cdc694525 chore: remove trailing whitespace from README.md line 42 2025-08-02 22:40:34 +00:00
ed8e08d387 chore: remove trailing whitespace from README.md line 42 2025-08-02 05:11:03 +00:00
95c229d99a docs: add project description and setup instructions to README
The README now includes a brief overview of the project's purpose and step-by-step guidance for local installation and configuration.
2024-12-04 22:13:31 +00:00
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