adikul30 / on-demand-api

API service that generates custom REST endpoints for basic CRUD operations.

Repository from Github https://github.comadikul30/on-demand-apiRepository from Github https://github.comadikul30/on-demand-api

on-demand-api

What is it ?


Fully managed CRUD(for now) API service.

Why use it ?


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).

Use Case ?


Application developers (app and web) looking to quickly prototype an application.
Testing out networking logic on app side.

How to use it ?


Name your endpoint and upload your schema as a JSON.
That's it.

Progress


TODO:
  • Concept tested by using dummy JSON schema as a stub.
  • UI for accepting schemas from user.
  • Authentication module.

About

API service that generates custom REST endpoints for basic CRUD operations.

License:GNU General Public License v3.0


Languages

Language:JavaScript 96.9%Language:Dockerfile 3.1%