Skip to content

Simple Flask webapp with Docker (Create, Read, Update, Delete)

Notifications You must be signed in to change notification settings

camcam1773/flask_CRUD

Repository files navigation

Simple Flask CRUD App with Docker (Create, Read, Update, Delete)

  • SQLlite database with SQL-Alchemy
  • "docker-compose up -d" to deploy quickly
  • Uses volume for persistent storage
  • "docker cp <container_name>:/crud/test.db ./test.db.backup" for backing up the sqllite database

About

Simple Flask webapp with Docker (Create, Read, Update, Delete)

Resources

Stars

Watchers

Forks

Packages