Ad

json-server: Create REST APIs with JSON files

json-server crafts a fake REST API from a JSON file in seconds. It supports querying, sorting, filtering, and relations for testing and prototyping.
Screenshot of typicode/json-server homepage

json-server crafts a lightweight REST API from a JSON file, enabling rapid prototyping and testing. It reads data from a JSON or JSON5 file and exposes it as a RESTful API. The core problem it solves is the need for mock APIs for frontend development and testing, eliminating the need for backend infrastructure.

json-server's simplicity and speed are notable. It offers flexible querying options like filtering, sorting, and pagination. Automatic handling of relationships via embedding enhances data access. The clear command-line interface and straightforward configuration make it easy to use.

  • Data Source Flexibility: Supports JSON and JSON5 file formats for data storage, allowing for easy data definition and modification.
  • Querying Capabilities: Provides a comprehensive set of query parameters for filtering, sorting, pagination, and complex searches.
  • Relationship Handling: Enables including related data through embedding, simplifying access to associated resources.
  • Simple API Endpoints: Generates standard RESTful API endpoints for array and object resources (GET, POST, PUT, PATCH, DELETE).
  • Static File Serving: Serves static assets from a specified directory, including HTML, CSS, JavaScript, and images.
  • Developer Experience: Offers a clean and concise command-line interface with helpful documentation.
  • Migration Friendly: Provides guidance when upgrading between major versions.

json-server is a mature and actively maintained project with a large user base. Recent commits and a comprehensive documentation suggest ongoing development and responsiveness to community needs. The project has a solid track record and a supportive ecosystem, implying reliability.

Developers benefit from json-server by quickly generating functional REST APIs for frontend development, testing, and prototyping. It's valuable for isolating frontend code from backend dependencies and simulating API behavior during development. It provides a convenient alternative to building full-fledged APIs or relying on external services.

Languages:
Summarize:
Share:
Stars
75,646
Forks
7,267
Issues
718
Created
12 years ago
Commit
4 months ago
License
MIT
Archived
No
Updated 16 days ago

Similar Repositories