Skip to content
Snippets Groups Projects
Xin Zhao's avatar
Xin Zhao authored
234f142f
History
Name Last commit Last update
portfolio
README.md
main.py
requirements.txt
wsgi.py

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:)

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