the basic steps to use JSON Server
JSON Server is a simple and lightweight tool that can be used to quickly create a RESTful API based on a JSON file. Here are the basic steps to use JSON Server:
Install JSON Server:
You can install JSON Server using npm. Open your terminal and run ...
anujpancholi.hashnode.dev1 min read