Shubham Sardablog.unwiredlearning.com·Jan 3, 2025Mock Backend for React Using json-server: Implementing User AuthenticationIn Part 1, we explored setting up a mock server using json-server for your React application. Now, let’s dive deeper into integrating login and registration functionality. With json-server, you can simulate a fully functional authentication system, m...1 likejson-server
Shubham Sardablog.unwiredlearning.com·Jan 3, 2025Mock Backend for React Using json-server: Creating Mock APIs in MinutesBuilding a full-stack application often involves waiting for APIs to be fully developed before integrating them with your frontend. However, with tools like json-server, you can create a mock server to simulate API responses, enabling you to develop ...json-server
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...json-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...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...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 ...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...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...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...338 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 ...31 readsCode Quickies: Fast and Efficientjson