MLH-Fellowship / prep-project-4.1.2

MLH Prep Project for Pod 4.1.2
https://mlh-prep-4-1-2.netlify.app/
4 stars 7 forks source link

Create GET places/{place_id} route #40

Closed NBNARADHYA closed 2 years ago

NBNARADHYA commented 2 years ago

Description

Request to the endpoint GET places/{place_id} gives the response of the following format

{
  "name": "Bengaluru",
  "state": "a",
  "district": "a",
  "description": "a",
  "vote_count": 1,
  "id": 1,
  "tags": [
    {
      "name": "rainy",
      "id": "2"
    },
    {
      "name": "winter",
      "id": "3"
    }
  ],
  "comments": [
    {
      "place_id": 1,
      "body": "s",
      "id": 1,
      "created": "2021-10-21T10:59:25.502772+00:00",
      "user_email": "nikhilbn365@gmail.com"
    },
    {
      "place_id": 1,
      "body": "s",
      "id": 2,
      "created": "2021-10-21T10:59:36.583856+00:00",
      "user_email": "nikhilbn365@gmail.com"
    },
    {
      "place_id": 1,
      "body": "s",
      "id": 3,
      "created": "2021-10-21T10:59:38.342834+00:00",
      "user_email": "nikhilbn365@gmail.com"
    }
  ]
}
netlify[bot] commented 2 years ago

✔️ Deploy Preview for mlh-prep-4-1-2 ready!

🔨 Explore the source changes: 1419dcdaa64472cb9b03f8410c2486592d686ef3

🔍 Inspect the deploy log: https://app.netlify.com/sites/mlh-prep-4-1-2/deploys/6171537cb49a2a0007f037e4

😎 Browse the preview: https://deploy-preview-40--mlh-prep-4-1-2.netlify.app