Sign inSign up

apilogicserver/api_logic_server

By apilogicserver

Updated 2 days ago

Create a database API, a web app, with rules. See https://github.com/valhuber/ApiLogicServer#readme

Image
Web servers
Databases & storage
0

10K+

apilogicserver/api_logic_server repository overview

Create an executable project (API and Admin App) from a database or natural language prompt with 1 command, e.g.:

Start the container
docker run -it --name api_logic_server --rm -p 5656:5656 -p 5002:5002 -v ${PWD}:/ApiLogicServer apilogicserver/api_logic_server
In the container, create a project
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

Tag summary

Content type

Image

Digest

sha256:c58220c46

Size

501.3 MB

Last updated

2 days ago

docker pull apilogicserver/api_logic_server