How to use JSON Server to mock REST API in local environment (2024)

During frontend development in local environment, you may want to have a fake REST API to test your stuff based on mock data. JSON Server is such a tool that you can have any desired REST API running withzero coding. The only thing you need to prepare is json files to store data which are assumed to be returned by the fake API.

1. Install JSON Server.

Open your Terminal. Execute the following command.

npm install -g json-server

2. Go to the folder where you want to store the json files. Create json file as per the response body of the API you want to mock. For example, you can create a following article.json file.



{
"article": [
{
"id": "12346",
"provider": "Mindtouch",
"title": "kaka test",
"content": "This guide provides an overview of product features and related technologies",
"tag": [
"test",
"coffee maker"
]
}
]
}



3. Start JSON Server with the specified json file. Normally you need to specify a port number to avoid conflict with existing ports you are going to use.

json-server --watch article.json --port 3002

If you see "Watcdhing ...", it means it's up and running.

How to use JSON Server to mock REST API in local environment (1)

4. Verify the mocked API. Now if you go to http://localhost:3002/article in browser, you'll get following result.

How to use JSON Server to mock REST API in local environment (2)

The Terminal shows status code and execution time for processing this request.

How to use JSON Server to mock REST API in local environment (3)

5.If you want to have additional fake API, repeat above steps but specify different ports.

More complex usage and customization of json-server, go to following web site.

https://github.com/typicode/json-server

How to use JSON Server to mock REST API in local environment (2024)
Top Articles
How do startup accelerators work? | Silicon Valley Bank
How To Make Extra Money With What You Already Have
The Tribes and Castes of the Central Provinces of India, Volume 3
Week 2 Defense (DEF) Streamers, Starters & Rankings: 2024 Fantasy Tiers, Rankings
1970 Chevrolet Chevelle SS - Skyway Classics
The Daily News Leader from Staunton, Virginia
Hk Jockey Club Result
Top 10: Die besten italienischen Restaurants in Wien - Falstaff
Women's Beauty Parlour Near Me
Unraveling The Mystery: Does Breckie Hill Have A Boyfriend?
Doby's Funeral Home Obituaries
Vocabulario A Level 2 Pp 36 40 Answers Key
Urban Dictionary Fov
Cincinnati Bearcats roll to 66-13 win over Eastern Kentucky in season-opener
Luna Lola: The Moon Wolf book by Park Kara
I Touch and Day Spa II
Kürtçe Doğum Günü Sözleri
Jellyfin Ps5
Walmart Car Department Phone Number
Rqi.1Stop
U Of Arizona Phonebook
Www.paystubportal.com/7-11 Login
Sams Gas Price Sanford Fl
Trinket Of Advanced Weaponry
Vivification Harry Potter
Our 10 Best Selfcleaningcatlitterbox in the US - September 2024
Past Weather by Zip Code - Data Table
Allegheny Clinic Primary Care North
Purdue Timeforge
Wega Kit Filtros Fiat Cronos Argo 1.8 E-torq + Aceite 5w30 5l
First Light Tomorrow Morning
Of An Age Showtimes Near Alamo Drafthouse Sloans Lake
Yoshidakins
The Pretty Kitty Tanglewood
Amici Pizza Los Alamitos
Craigslist Org Sf
Indiana Immediate Care.webpay.md
Free Robux Without Downloading Apps
Log in or sign up to view
Back to the Future Part III | Rotten Tomatoes
2008 DODGE RAM diesel for sale - Gladstone, OR - craigslist
Henry Ford’s Greatest Achievements and Inventions - World History Edu
Windshield Repair & Auto Glass Replacement in Texas| Safelite
30 Years Of Adonis Eng Sub
The Great Brian Last
Random Animal Hybrid Generator Wheel
303-615-0055
Walmart Listings Near Me
Www.homedepot .Com
About us | DELTA Fiber
Ics 400 Test Answers 2022
Latest Posts
Article information

Author: Ms. Lucile Johns

Last Updated:

Views: 6125

Rating: 4 / 5 (41 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Ms. Lucile Johns

Birthday: 1999-11-16

Address: Suite 237 56046 Walsh Coves, West Enid, VT 46557

Phone: +59115435987187

Job: Education Supervisor

Hobby: Genealogy, Stone skipping, Skydiving, Nordic skating, Couponing, Coloring, Gardening

Introduction: My name is Ms. Lucile Johns, I am a successful, friendly, friendly, homely, adventurous, handsome, delightful person who loves writing and wants to share my knowledge and understanding with you.