mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-03 15:56:22 +00:00
⚡ add like functionality with Like model, implement like/unlike methods, and update Post and Comment models to track like counts
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -7,4 +7,8 @@ configs/
|
||||
.env
|
||||
|
||||
# data
|
||||
data/
|
||||
data/
|
||||
|
||||
# dist
|
||||
server
|
||||
main
|
Reference in New Issue
Block a user