Skip to content

Json Server for service virtualization and deployment to Azure WebApp services

Notifications You must be signed in to change notification settings

ghoshasish99/JsonServer

Repository files navigation

JsonServer

Deploy to Azure Web App

Json Server is a light weight solution to get a full fledged fake Rest API

Getting Started

  • To install : npm install -g json-server

  • Create a db.json with some data :

{
   "users":[
      {
         "id":1,
         "first_name":"Ashish",
         "last_name":"Ghosh",
         "job":"test automation"
      }
   ]
}

You should get the following output :

{
   "users":[
      {
         "id":1,
         "first_name":"Ashish",
         "last_name":"Ghosh",
         "job":"test automation"
      }
   ]
}

For more on JSON Server visit this link.

About

Json Server for service virtualization and deployment to Azure WebApp services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published