Sumaya J.tech-chunks.hashnode.dev·Nov 2, 2024CRUD and Authentication Mock APIs with JSON ServerWe can use JSON Server to mock an API that simulate adding, editing, and deleting user data in a development environment. Steps to Set Up JSON Server for CRUD Mock API Install JSON Server: JSON Server is a Node module that helps you create a REST AP...Discussjson-server
mahi samiasamyscode.hashnode.dev·Sep 5, 2023Create A REST API With JSON Server in minutes🤔Why do we need a JSON Server? A common task for front-end developers is to simulate a backend Rest service, that delivers JSON data to the frontend, JSON-SERVER is a Node Module for front-end developers who need a quick back-end for prototyping and...Discuss·1 like·31 readsFrontend Development
Willwillsheppard.hashnode.dev·Aug 25, 2023# Building Mockedin-Client: A Simplified LinkedIn Experience with React, Vite, JSON Server, and ConcurrentlyTable of Contents Introduction Why Mockedin? Setting Up Mockedin-Client With Yarn With npm Inside Mockedin-Client In Layman's Terms Conclusion Project Folder Structure 📬 Contact Me: Github: https://github.com/willshepp28 Email: willsh...Discuss·37 readsReact
David paul AfodiforOpen Replay's Technical Blogopenreplay.hashnode.dev·May 30, 2023Getting Started with JSON ServerIf you have been working as a front-end developer on a team project, you have most likely encountered a scenario where the client-side app was ready, but the server-side or APIs were still underway. Another possible situation is one where even while ...Discuss·224 readsWeb Development
Onyedika Celestinecosmosduck.hashnode.dev·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·3 likes·157 readsjson
Yesaya Jonesyesayajones.hashnode.dev·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 like·73 readsJavaScript
Rblackc4t.hashnode.dev·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·322 readsjson-server
Anuj Pancholianujpancholi.hashnode.dev·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 ...Discuss·31 readsCode Quickies: Fast and Efficientjson
Sushant Kumarsushantkumar.hashnode.dev·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·56 readsReact
Fumbani Bandafumbani.hashnode.dev·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·1 like·52 readsJavaScript