# JSON Server How to easily set up a REST API ## Installation ``` npm install json-server ``` Or globally : ``` npm install -g json-server ``` ## Demo - Watch a json file - Endpoints are automatically created - Now we can test our app ! - GET, POST, PUT, DELETE ## Documentation