Skip to content

WMYM-Experimental/restapi_sb-pet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published