This is a debugging practice lab. Fix the errors!
- This project uses a package called
json-serverthat relies on adb.jsonfile to fake a RESTful JSON api
To install and run the server:
$ npm i -g json-server
$ json-server --watch db.json
This is a debugging practice lab. Fix the errors!
json-server that relies on a db.json file to fake a RESTful JSON apiTo install and run the server:
$ npm i -g json-server
$ json-server --watch db.json