Create a database API, a web app, with rules. See https://github.com/valhuber/ApiLogicServer#readme
10K+
Create an executable project (API and Admin App) from a database or natural language prompt with 1 command, e.g.:
docker run -it --name api_logic_server --rm -p 5656:5656 -p 5002:5002 -v ${PWD}:/ApiLogicServer apilogicserver/api_logic_server
cd /ApiLogicServer # volume mapped to a directory on your local file system for project creation
$ ApiLogicServer create --project_name=ApiLogicProject --db_url=
$ ApiLogicServer create --project_name=/localhost/docker_db_project --db_url=mysql+pymysql://root:p@mysql-container:3306/classicmodels
Customize with declarative rules and Python in your IDE.
Containerize with automated scripts, and deploy.
For more information see the docs
Content type
Image
Digest
sha256:c58220c46…
Size
501.3 MB
Last updated
2 days ago
docker pull apilogicserver/api_logic_server