A simple Flask web application with MySQL for performing basic CRUD (Create, Read, Update, Delete) operations on user data. Includes additional utility features for date display and arithmetic ...
cd /home/flask/base/ . venv/bin/activate export APP_SETTINGS="config.DevelopmentConfig" gunicorn --bind 0.0.0.0:8000 app:app ...