Fully managed CRUD(for now) API service.
No need to handle a __database, a server or an API__.
REST endpoints for basic CRUD operations with personalised schema within seconds (No need to wait for the backend guy in the team :P).
Application developers (app and web) looking to quickly prototype an application.
Testing out networking logic on app side.
Name your endpoint and upload your schema as a JSON.
That's it.
TODO:
- Concept tested by using dummy JSON schema as a stub.
- UI for accepting schemas from user.
- Authentication module.