> cat /dev/github | grep security-tools
discovered 03 Aug 2026

json-server

via awesome-list
→ View on GitHub
JSON-Server is a tool that allows developers to quickly create a full fake REST API using a simple JSON or JSON5 file as a database. It enables rapid prototyping and testing of frontend applications by providing instant API endpoints to perform CRUD operations. Notable features include automatic generation of endpoints based on the input data structure and ease of setup with minimal configuration.