About 21,700 results
Open links in new tab
  1. JSON-Server - npm

    Start using json-server in your project by running `npm i json-server`. There are 403 other projects in the npm registry using json-server.

  2. GitHub - typicode/json-server: Get a full fake REST API with ...

    Get a full fake REST API with zero coding in less than 30 seconds (seriously) - typicode/json-server

  3. JSON Server

    JSON Server is a popular library that helps developers create a mock API using a JSON file as the data source. It's often used for rapid prototyping and testing.

  4. Json-Server Setup And Introduction - GeeksforGeeks

    Oct 15, 2024 · JSON-Server is an npm (Node Package Manager) module that allows you to create a mock REST API using just a JSON file. It is highly useful for prototyping, testing, or building front-end …

  5. How to Use JSON Server for Front-end Development

    Aug 21, 2023 · JSON Server is a lightweight and easy-to-use Node.js tool that simulates a RESTful API using a JSON file as the data source. With JSON Server, front-end developers can create mock APIs …

  6. JSON Server Tutorial - Creating Fake REST APIs - ZetCode

    Oct 18, 2023 · Learn how to use JSON Server in JavaScript to create fake REST APIs, with examples and best practices.

  7. Making a Fetch Request & POST Request with json-server in ...

    2 days ago · Making a Fetch Request & POST Request with json-server in React (Beginner-to-Real App Guide) # react # webdev # javascript # frontend When you start building real React applications, …