- Dockerfile
- Initial docker-compose - It is working
- Database class/access
- Config files
- Flask initial configs
- CRUD routes
- Basic frontend files to view application
[example@abbaq]$ git clone https://github.com/abbaqnadeem/abbaqnadeem.git
[example@abbaq]$ cd crud-flask-webapp
[example@abbaq crud-flask-webapp]$ docker-compose build
[example@abbaq crud-flask-webapp]$ docker-compose up -d
[example@abbaq crud-flask-webapp]$ URL="http://127.0.0.1:8088/"; xdg-open $URL || sensible-browser $URL || x-www-browser $URL || gnome-open $URL
