Skip to content
Sowmiya Nagarajan edited this page Mar 21, 2020 · 4 revisions

Welcome to the StackBox wiki!

  1. Get Started
  2. Working
  3. Debugging

What

Stackbox helps you create app stacks loaded with all your favourite clients, services and infra in under 5 mins.

Who

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.

How

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.

Clone this wiki locally