I.R.A - Instant REST API
A REST API (written in go) for querying databases with a dashboard (written in AngularJS) for easily creating new APIs.
Please note: I.R.A is still in alpha and not ready for production!
Installation
The quickest way to get I.R.A up and running is using docker-compose.
git clone https://github.com/abemedia/ira.git
cd ira
docker-compose up -d
This will build & install I.R.A with the following credentials:
Username |
Password |
admin |
admin |
Usage
Please refer to the API Reference for information on how to use APIs created with I.R.A.