Yesaya Jonesforyesayajones.hashnode.net·Apr 2, 2023Beginner's Guide To JSONHey there! Ever heard of JSON and wondered, "What is that?" Then, you have come to the right place. In this guide, we'll cover the basics of JSON, including its structure and how to create JSON objects. We'll also look at how to retrieve data from an...Discuss·1 likeJavaScript
Onyedika CelestineforKachi Celestinecosmosduck.hashnode.net·Apr 15, 2023Getting Started with JSON Server: A Quick Guide to Creating a Mock APIUsing JSON Server is a popular convention among developers who often make some form of RESTFUL call or CRUD operations to a backend service in their project. To fully understand what JSON server means let's look at the words individually. JSON stands...Discuss·1 likejson
Harry Lekishonforweather mapharry74.hashnode.net·Jul 31, 2022Reminder app with REACT and JSON serverReminder APP with REACT and JSON server. react is library that allows you to create interactive UIs. React efficiently updates and renders your application when data changes. react is also declarative and is thus easy to debug and your code is predi...Discuss·37 readsReact
Onyedika CelestineforKachi Celestinecosmosduck.hashnode.net·Apr 15, 2023Getting Started with JSON Server: A Quick Guide to Creating a Mock APIUsing JSON Server is a popular convention among developers who often make some form of RESTFUL call or CRUD operations to a backend service in their project. To fully understand what JSON server means let's look at the words individually. JSON stands...Discuss·1 likejson
Yesaya Jonesforyesayajones.hashnode.net·Apr 2, 2023Beginner's Guide To JSONHey there! Ever heard of JSON and wondered, "What is that?" Then, you have come to the right place. In this guide, we'll cover the basics of JSON, including its structure and how to create JSON objects. We'll also look at how to retrieve data from an...Discuss·1 likeJavaScript
Rforblackc4tblackc4t.hashnode.net·Mar 29, 2023React Native json-server, AXIOS and Error Code 500In this blog, I'll document my experience as a beginner in fetching data. I will try to show how to get data and also solutions for the problems you may encounter while trying to get data from APIs and your localhost. First let's look at using json-s...Discuss·44 readsjson-server
Anuj PancholiforTech Talks By Anujanujpancholi.hashnode.net·Mar 5, 2023the basic steps to use JSON ServerJSON Server is a simple and lightweight tool that can be used to quickly create a RESTful API based on a JSON file. Here are the basic steps to use JSON Server: Install JSON Server: You can install JSON Server using npm. Open your terminal and run ...DiscussCode Quickies: Fast and Efficientjson
Sushant KumarforSushant Kumar's blogsushantkumar.hashnode.net·Jan 10, 2023Faballey Replica Using React & Chakra UII with my team, have created almost a fully functional and responsive clone of the Ecommerce website FABALLEY with the help of React, Redux and Chakra UI, and for data, we used Json server. Team : Sushant Kumar Tanmoy Mondal Md Sulthan Harshita G...Discuss·29 readsReact
Fumbani BandaforFumbani's blogfumbani.hashnode.net·Dec 15, 2022Quickly Create an API With Json-ServerI was working on a web application prototype where I had to quickly write data to a database and read it. I had to configure the database and connect it to my web application but lucky enough, I didn't go through all that hustle. My good friend, Auth...Discuss·79 readsJavaScript
Harry Lekishonforweather mapharry74.hashnode.net·Jul 31, 2022Reminder app with REACT and JSON serverReminder APP with REACT and JSON server. react is library that allows you to create interactive UIs. React efficiently updates and renders your application when data changes. react is also declarative and is thus easy to debug and your code is predi...Discuss·37 readsReact
Kibekityo Juma Shafaraforjumashafara.hashnode.net·Jun 5, 2022Create a fake REST API with zero coding in less than 30 seconds(seriously)You may want to create a fully functional frontend but for some reason, you're lacking a backend or API to service it. Maybe because you can't develop one or you're just practicing or focusing on the front end or you're probably lazy 😁. JSON Server ...Discuss·104 readsNode.js