flaskCRUD is a simple and fast application made using the microframework Flask, intended to be used as a base or example for another applications that need database operations, made from one developer to another developer.
currently in the code Postgresql was used as an example, but it can also be adapted to other databases
Instal the project dependencies and happy development :)
$ python3.x -m pip install -r requirements.txt