Take your idea to API in minutes.
- No Coding required.
- Works with any SQL DB (MySQL, PostGresDB, MariaDB, SQLite, OracleDB)
- Deploy anywhere (Cloud Ready)
- Flexible & Customizable
- GraphQL APIs (Coming Soon)
You can use / deploy
- As standalone microservice/service with APIs driven by a SQL Database.
- You can also use ezybaas as a plugin to your Django project.
You can deploy EzyBaaS on anything which can run python.
$ docker run -it -p 8000:8000 ezybaas/ezybaas
Ensure you have following installed and in your path
- python3
- virtualenv
- npm
Checkout the git repo https://github.com/bhavik1st/ezybaas Run following script to launch ezybaas with demo application on https://127.0.0.1:8000 (http:localhost:8000)
$./run.sh
C:\ezybaas\run.bat
Login to https://127.0.0.1:8000/ezybaas User: admin Password: admin
Swagger API Docs https://127.0.0.1:8000/ezybaas/apidocs
- Bhavik Shah - Founder & CTO of Susthitsoft Technologies Private Limited
This project is licensed under the Apache License - see the LICENSE.md file for details