A demonstration of Docker to implement a simple 3 tier architecture
- alphastack-frontend :: ui will be able to access the mid-tier
- alphastack-back :: mid-tier will be able to access the db
In order to run this in docker, simply type docker-compose up at the command prompt.