flask-postgres-CRUD
A basic CRUD application built in flask using postgres as database
Taks list
How to test now
Make the following steps to debug this application inside a docker container
[[email protected]]$ git clone https://github.com/PabloEmidio/flask-postgres-CRUD.git
[[email protected]]$ cd flask-postgres-CRUD
[[email protected] flask-postgres-CRUD]$ docker-compose build
[[email protected] flask-postgres-CRUD]$ docker-compose up -d
[[email protected] flask-postgres-CRUD]$ URL="http://127.0.0.1:8088/"; xdg-open $URL || sensible-browser $URL || x-www-browser $URL || gnome-open $URL