Added scripts to package.json to generate data and start the local
API server
Added setup notes to README
Note that all this PR does is gets this API going and generates data for feeds and prospects. None of the actual frontend code is aware of this new API just yet.
Goal
Create a local API to continue with frontend development - not a filler task any more :).
Closes #101.
Implementation Decisions
Added faker, json-schema-faker, json-graphql-server packages
Added scripts to package.json to generate data and start the local API server
Added setup notes to README
Note that all this PR does is gets this API going and generates data for feeds and prospects. None of the actual frontend code is aware of this new API just yet.