Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 494 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 494 Bytes

Jobs Board Server with My JSON Server

Examples

https://my-json-server.typicode.com/bearmentor-community/jobs-board-server/jobs

[
  {
    "id": 1,
    "title": "Frontend Developer",
    "company": "Bearmentor",
    "location": "Indonesia"
  },
  {
    "id": 2,
    "title": "Backend Developer",
    "company": "Bearmentor",
    "location": "Malaysia"
  },
  {
    "id": 3,
    "title": "Full Stack Developer",
    "company": "Bearmentor",
    "location": "Singapore"
  }
]