Skip to content

Implement APIs for a social networking website/app’s feed system.

Notifications You must be signed in to change notification settings

AdityaTiwari2102/stunning-fishstick

Repository files navigation

README

Implement APIs for a social networking website/app’s feed system.

Setup

  • Clone the repository in your local machine.
  • Run bin/rails db:setup, this will also seed data for all the model
  • Run bin/dev or rails s to start the server and bin/rails c or rails c for rails console

System requirements

  • Ruby - 3.3.6
  • Rails - 8.0.0
  • Git (configured with your GitHub account)
  • Database - PostgreSQL

Requirement

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

About

Implement APIs for a social networking website/app’s feed system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published