A personal web developed with flask framework
** Its root live url is: https://personalweb.liara.run/
Ensure you have python 3.9+ installed on your system.
Clone the repository:
git clone <repository-url>
cd <project-directory>
pip install -r requirements.txt
flask --app app run --debug