This is a comic story website presents you the youtube playlists which is based on superheros
- First install python3.6 in your respective system
- Download this source code
git clone https://github.com/abhineetraj1/flask-comic-website
- Install flask library
pip3 install flask
- Open terminal in the respective folder (where you have downloaded the project) write the below code and hit enter
cd /path/to/folder/flask-comic-website
flask run -h localhost -p 8080
- And then open web browser and go to -> localhost:8080