microverseinc / ror-social-scaffold

This repo includes intial code for social media app. Its purpose is to be a starting point for Microverse students.
67 stars 516 forks source link

Api endpoints #422

Open vikitaotiz opened 2 years ago

vikitaotiz commented 2 years ago

I have created an API endpoint to list all posts. I have created an API endpoint to list all comments for a post. I have created an API endpoint to add a comment to a post. Remember that the owner of the comment is the user that I have added authentication to your API endpoints. The API endpoints receive JSON and respond with JSON as well.

I have done the project alone, my partner had an issue with his computer