Skip to content

jdpalmares/python-flask-docker-crud

Repository files navigation

python-flask-docker-crud

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

Running the App Locally

  1. Run a terminal and execute docker compose build
  2. After it succesfully builds, execute docker compose up -d

NOTE: remove -d if you do not want it detached for logging/debugging purposes

Testing the App's endpoints

  • Refer to attached PythonFlaskApp.postman_collection.json and import in postman to try out the app's endpoints

About

Basic CRUD application using dockerised Python and Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published