json-server

Get a full fake REST API with zero coding in less than 30 seconds (seriously) (by typicode)

Json-server Alternatives

Similar projects and alternatives to json-server

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better json-server alternative or higher similarity.

json-server reviews and mentions

Posts with mentions or reviews of json-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-26.
  • Using json-server to create a mock back-end for front-end development
    2 projects | dev.to | 26 Oct 2023
    JSON Server
  • Full Stack To Do list, a step-by-step tutorial
    7 projects | dev.to | 14 Jul 2023
    Our backend will be little more than a two-way translation layer between the database and the user interface (UI). Later in this post we will identify other responsibilities of a backend but our implementation will be kept simple to demonstrate the fundamental machinery and concepts. It is worth noting the backend comes in two parts, web server and application server. Both json-server and Express are able to facilitate these roles from the same URL. This is very useful for our tutorial because we do not have to configure the server to manage Cross-Origin Resource Sharing (CORS). It is quite typical for production systems to separate these server roles for all sorts of good reasons but for now it would just create an additional complication.
  • Improve Frontend-Backend development harmony with JSON-Server
    2 projects | dev.to | 12 Jun 2023
    JSON-Server creates fake REST API with a minimum amount of configuration, it provides a simple way to create mock RESTful APIs and easily define the required endpoints, allows easy definition of the data schema in a JSON file and can serve as a reference for each figure in the project.
  • Dictionary app
    2 projects | /r/FlutterDev | 9 Jun 2023
    I thought about usingJson Server (hosting the repo with the words on Github to begin with), Googlesheets, or maybe Firestore (i would prefer not to use it ,to avoid extra costs just in case it gets a reasonable amount of users). It isnt a big app so i just want a simple solution for storing the words and fetching them.
  • You can serve static data over HTTP
    4 projects | news.ycombinator.com | 29 May 2023
    There is https://github.com/typicode/json-server that is really useful for that matter
  • which backend technology do you see having the brightest future? (for jobs)
    4 projects | /r/webdev | 9 Apr 2023
    JSON server https://github.com/typicode/json-server
  • What part of Frontend you don't like doing, but have to do it?
    4 projects | /r/Frontend | 7 Mar 2023
  • Playwright - Mock API
    2 projects | dev.to | 25 Jan 2023
    The API server is built using json-server. You can find all the steps to reproduce the feature in this commit.
  • 📚 RTK Query Tutorial (CRUD)
    3 projects | dev.to | 29 Nov 2022
    json-server will serve in http://localhost:8000
  • API-first development maturity framework
    3 projects | dev.to | 6 Sep 2022
    In this approach, you manually create mocks to build the API client. The most traditional version of this approach involves creating mock responses in the form of JSON examples, while recent frameworks allow you to run mock servers based on those JSON examples and some additional custom configuration. This is the most traditional approach to building API clients, but also the most common to this date, and sadly also the most error-prone. As we discussed earlier, JSON Examples tend to be incomplete and often wrong. They’re also a maintenance burden and become deprecated as soon as the API changes. The biggest limitation of this approach is that it doesn’t take advantage of a full API specification, and as the API design changes, there’s a potentially growing drift between JSON examples and the actual API.
  • A note from our sponsor - Appwrite
    appwrite.io | 6 Dec 2023
    Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools. Learn more →

Stats

Basic json-server repo stats
74
69,467
6.4
9 days ago
Learn any GitHub repo in 59 seconds
Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
getonboard.dev