Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 616 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 616 Bytes

Rest api made with My json server

  • Useing the following service a RESTful API was created. This have CRUD operations for users and tasks
  • Not persistent

User Structure

{
    "id": 1,
    "name": "Pau Stack",
    "email": "pau@stkb.com",
    "username": "pau"
},

Task structure

{
    "id": 1,
    "title": "Read a book",
    "description": "Read a book about programming",
    "status": "done",
    "userId": 1
},

Usage

You can try the api with the following link