Author: Aaliyah Hänni
Website Link: http://aaliyahhanni.pythonanywhere.com/
This is a repo to store the source code for my personal website hosted on PythonAnywhere. This code can be used as a template for a basic website that meets the requirements to be hosted on PythonAnywhere. The website includes tabs, embedded content, and basic dynamic functionality.
.
├── Landing Page
│ ├── Portfolio
│ ├── Resume
│ └── Contact
-
Copy Git repo to local drive and navigate to \MyWebsite folder
-
Install the program requirements
pip install -r requirements.txt
-
Run the following command in a terminal, to run the website locally
python3 app.py
-
Open the local host URL provided in the terminal in a browser of your choice