{RESTpi} Alpha

REST api Creator


Development of REST Api made Fast & Simple


  1. Design MySQL database for your awesome Application
  2. Export your MySQL database structure to sql file
  3. Drop the sql file below
  4. You will receive an email with link to your apis
Drop database sql file to get started

or

By dropping or choosing a file, you agree to the terms of service and privacy policy.

Features

RESTful


Standard RESTful apis to perform CRUD operation on your database

JSON


Apis accept data and returns result using simple intiutive json format

multiCURD


Using a single api call your application can perform CURD operation on multiple tables

Based on the database relations, apis are generated to perform complex operations on multiple tables

This reduces the complexity of your application

Paging


GET apis accepts start index and no of records to return

Total record count is returned along with the results

JWT


Authorization based on JWT

Access Control


Manager access using roles and permissions