- Create docker- compose that will use application and postgres containers for saving data V
- Initialize postgresql container V
- Take data from app and insert it in to database (postgresql) V
- Verify that data is saved in db V
- Create build.sh script that will automate container builds V
- Create bash functions that will enable container builds for development process V
- Document everything under README.md X
gridel