URL on OpenShift:
https://myportfolio-git-yangyuhuan-dev.apps.sandbox-m2.ll9k.p1.openshiftapps.com/login
Registered test Account:
(if you sign up not work well accidentally, please try the following Accouts:)
- Email: cicizhso@hotmail.com
- Password: 1234567
To run my application locally:
Initial Project Setup & Installation
-
Install and activate virtual environment
Installation:
py -m venv venv
Activation:
venv\Scripts\activate
-
Install all dependencies
pip install -r requirements.txt
-
To see all installed dependencies
pipreqs
Running the App
Python main.py