This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Update to use Cloudant instead of MySQL #86
Open
Description
When I first created this, I used a relational database to show the REST CRUD mapping for a system many developers were already familiar with. That made sense to me from an API point of view.
But, to make this truly serverless and auto-scalable, the backend should be as well. Updates will be a little more complex in Cloudant, but that's the only downside. It also has the benefit of being Lite account compatible.