An open API service indexing awesome lists of open source software.

https://github.com/matveyguralskiy/flask-firstsite

First Site Project on Python Flask this project for begginers, it's a web application built using Flask. It includes approximately 10 pages to form the content of the website.
https://github.com/matveyguralskiy/flask-firstsite

first-website flask html python website

Last synced: about 2 months ago
JSON representation

First Site Project on Python Flask this project for begginers, it's a web application built using Flask. It includes approximately 10 pages to form the content of the website.

Awesome Lists containing this project

README

          

# Flask-FirstSite
๐Ÿš€First Site Project on Python Flask this project for begginers, it's a web application built using Flask. It includes approximately 10 pages to form the content of the website.

## ๐Ÿ“บ Preview

[![Demonstraion Video](https://img.youtube.com/vi/xGXY5STkIak/maxresdefault.jpg)](https://www.youtube.com/watch?v=xGXY5STkIak)

## ๐Ÿ‘€ Installation
### Install Python
https://www.python.org/downloads/
### Install Flask:
pip install Flask

You can clone my repository if you want:
git clone https://github.com/MatveyGuralskiy/Flask-FirstSite.git

## ๐Ÿ“Ÿ Usage
Run the application.py file

Flask-FirstSite-->application.py

Edit in 2 functions: INDEX,HELP_PAGE: 'YOUR PATH' and don't forget double slash '\\'

Press F5 or Run in Python

Now go to your Web browser and enter the link:
'http://127.0.0.1:5000/'

## ๐Ÿ—๏ธ Directory Structure

Structure of the project:

static = Your background

Screenshots = Screenshots of site

INDEX.html = The main page

HELPPAGE.html = Help page

### /Flask-FirstSite

|-- /static

|-- /Screenshots

|-- application.py

|-- INDEX.html

|-- HELPPAGE.html

|-- README.md

## ๐Ÿ“ข Additional Information
I hope you liked my project, donโ€™t forget to rate it and if you notice a code malfunction or any other errors.
Donโ€™t hesitate to correct them and be able to improve your project for others

Please click the `star` button, if this project was helpful to you.

๐Ÿ”ด Full Name (@MatveyGuralskiy)