Database.json -
Create a database.json with an initial structure: { "posts": [] } Use code with caution. Copied to clipboard
If you want to treat database.json like a real REST API, json-server is the standard choice. database.json
: JSON requires double quotes for keys and string values; single quotes will cause an error. Create a database