Issues
- 1
Merge create comment and comment page together to create a post page. Add api endpoints on buttons of comment page.
#13 opened by rava-dosa - 1
Create subreddit page, which when rendered renders all post ordered by date (most recent first) with all upvotes and downvotes stuff.
#14 opened by rava-dosa - 7
Create profile page. In the profile page, there will be create subreddit input box. And recent activity. And all subreddits created by the user.
#17 opened by rava-dosa - 1
write sql query which returns all post and comments created by user, ordered by date.
#11 opened by rava-dosa - 1
write sql queries to get all comments of post with their no of upvotes and downvotes
#10 opened by rava-dosa - 1
- 0
Make a clean workflow
#22 opened by rava-dosa - 0
create migration for comment liked, disliked and api endpoints for comment insert, comment upvote, comment downvote
#8 opened by rava-dosa - 0
Create_comment
#5 opened by Gjhakgp - 0
Create Post Page
#3 opened by Gjhakgp - 1
we will also link each comments to a page whose hierarchy will be like http://localhost:5000/comments/postid/commentid
#15 opened by rava-dosa - 0
Add api's in javascript comment.js
#16 opened by rava-dosa - 0
create registration page
#1 opened by vaibhavpoddar - 0
Create Login
#6 opened by vaibhavpoddar