In order to run the app are required:
- Python 3.8.5
- Virtualenv (pip version 21.0.1)
- MariaDB - 10.4.17
The script will run assuming:
- Database
- Host: localhost
- Name: axelrudz_DB (utf8mb4_general_ci)
- User: axelrudz
- Password: axelrudz123
(Tables schema in: db/schema.sql)
- Virtualenv
- Created with the name ' venv ' in this location
$ sudo bash run_webapp.sh
helpers # Module used for aux functions
models # Model (MVC)
resources # Controllers (MVC)
templates # View (MVC)
db.py # Database instance
__init__.py # App instance and ruting