Skip to content

tribehired-devs/backend-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

Build a REST API

  1. Return a list of Top Posts ordered by their number of Comments.

Consume the API endpoints provided:

- comments endpoint – https://jsonplaceholder.typicode.com/comments
-  View Single Post endpoint – https://jsonplaceholder.typicode.com/posts/{post_id}
-  View All Posts endpoint – https://jsonplaceholder.typicode.com/posts

Your API response should have the following fields:

	- post_id 
	- post_title
	- post_body 
	- total_number_of_comments
  1. Search API Create an endpoint that allows a user to filter the comments based on all the available fields. Your solution needs to be scalable.

Notes

  • Once completed, send us a screenshot of your api response for Question 1 & 2.
  • Make your repo public, and send us the link for us to review

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors