-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Welcome to the StackBox wiki!
Stackbox helps you create app stacks loaded with all your favourite clients, services and infra in under 5 mins.
The aim of the project is to help developers setup quick infra and boilerplates to start the dev work asap. Ideally this project is to help rapid prototyping, building PoCs or writing code for hackathons. Read Get Started to know about setup and run.
Sets up a docker containers based infra. Generates a docker-compose.yml for services in the cli params and runs those containers. Specific client code in certain clients like Flask are preconfigured to the exact running ports of services in containers. For example, Flask would have an endpoint view_stacks that will list rows from a table in the running mysql container. Read Working to understand the project better.