- 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
-
Notifications
You must be signed in to change notification settings - Fork 0
camcam1773/flask_CRUD
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Simple Flask webapp with Docker (Create, Read, Update, Delete)