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.
- Host: GitHub
- URL: https://github.com/matveyguralskiy/flask-firstsite
- Owner: MatveyGuralskiy
- Created: 2024-02-02T05:18:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T10:27:08.000Z (over 2 years ago)
- Last Synced: 2025-10-08T20:39:02.784Z (8 months ago)
- Topics: first-website, flask, html, python, website
- Language: HTML
- Homepage:
- Size: 5.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](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)