Implement APIs for a social networking website/app’s feed system.
- Clone the repository in your local machine.
- Run
bin/rails db:setup
, this will also seed data for all the model - Run
bin/dev
orrails s
to start the server andbin/rails c
orrails c
for rails console
- Ruby - 3.3.6
- Rails - 8.0.0
- Git (configured with your GitHub account)
- Database - PostgreSQL
Users should be able to
- Browse a feed/timeline of posts from groups they have joined
- Post inside a group and browse this group’s posts
- Like on a post
- Comment on a post