savjaylade84 / Green_Day_Flask_Version

green day fan page website version 2 made in python flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Green Day Fanpage 2.0v in Python Flask

Url: http://savjaylade.pythonanywhere.com/
Simple green day fanpage website that has
music and album of green day band

Steps on how to run it

1.) install python version 3 - for window download the installer - for linux follow the command below.
pkg install python pip

2.) go to your command prompt or terminal then install the flask library of python.
pip install flask

3.) donwload this repository and unzip.

4.) go to your command prompt or terminal then find the repository as your current directory

5.) run the init.py by following one of the commands(choose which work for you).
py init.py
python init.py
python3 init.py
python <file path>/init.py
python3 <file path>/init.py

6.) after running successfully it will output a url link that you use to access the website in the browser.
example: https://127.0.0.1:500

if any issue or concerns in the repository just hit that issue in repository for me to solve it.

have any concerns or want a little chat with me just email at savjaylade84@gmail.com

About

green day fan page website version 2 made in python flask


Languages

Language:SCSS 55.0%Language:HTML 32.5%Language:Python 7.5%Language:JavaScript 5.0%