How to Install Local API
- Install NodeJs
- Install NodeJs Server, using:
- npm install json-server or npm install -g json-server
- Run NodeJs Server, using:
- npx json-server --watch db.json or json-server --watch db.json
- Edit your db.json that located on your directory (C:{your directory})
- See my db.json