Basic CRUD application using dockerised Python and Flask
Currently just an up and running app for learning python-flask. Test Scripts and further validation are to be followed
- Run a terminal and execute
docker compose build
- After it succesfully builds, execute
docker compose up -d
NOTE: remove -d
if you do not want it detached for logging/debugging purposes
- Refer to attached
PythonFlaskApp.postman_collection.json
and import in postman to try out the app's endpoints