Understanding JavaScript — Creating sample JSON data
Creating the sample JSON data of users
Under the Hood
Last week, I have covered an article on JSON-Server, how it uses lowdb and create sample API with all the required HTTP methods. If you people have any time used JSON-Placeholder API then for your information the JSON-placeholder is developed using lowdb
and JSON-Server
.