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 →
Json-server Alternatives
Similar projects and alternatives to json-server
-
-
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
Lowdb
Simple to use local JSON database. Use native JavaScript API to query. Written in TypeScript. (supports Node, Electron and the browser)
-
-
miragejs
A client-side server to build, test and share your JavaScript app
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
Vue.js
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
-
-
Cypress
Fast, easy and reliable testing for anything that runs in a browser.
-
-
fake-store-api
FakeStoreAPI is a free online REST API that provides you fake e-commerce JSON data
-
-
caffeine
A basic REST service for JSON data - enough for prototyping and MVPs! (by rehacktive)
-
json-server-heroku
Deploy json-server to Heroku & Glitch & Azure :up: :free:
-
d3
Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:
-
-
Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
-
Onboard AI
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.
json-server reviews and mentions
-
Using json-server to create a mock back-end for front-end development
JSON Server
-
Full Stack To Do list, a step-by-step tutorial
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
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
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
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)
JSON server https://github.com/typicode/json-server
- What part of Frontend you don't like doing, but have to do it?
-
Playwright - Mock API
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)
json-server will serve in http://localhost:8000
-
API-first development maturity framework
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
Stats
typicode/json-server is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of json-server is JavaScript.