Debate site with a Flask backend, Angular frontend and Postgresql database.
Start DB, Flask server and Angular from distributions folder on port 80 with /docker-compose up
.
Start development Angular on port 4200 with /angular/ng serve
. This will update as you change the Angular code.