Skip to content

Fuan200/website_python_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My First WebSite

First web site with Python

Programming Language

Python 3

Version to Python: 3.11.4

OS

Kali GNU/Linux 6.1.0-kali5-amd64

Author

Fuan200

Description

This is a Flask web site implementation, the repository contains the source code and files for a simple website implemented using the Flask web framework in Python.

Requirements

  • Python 3 or higher

  • Virtualenv

  • There is a file called requirements.txt

Usage

  1. Clone the repository:
    git clone git@github.com:Fuan200/web_page_python_flask.git
  1. Create a virtual enviroment(recommended), you can change the second venv by the name that you want:
    python -m venv venv
  1. Activate the virtual env:
  • On Windows:
    venv\Scripts\activate
  • On macOS and Linux:
    . ./bin/activate
  1. Install the required dependencies:
    pip install -r requirements.txt
  1. Run the Flask application:
    flask --app index run 
  1. Open a browser and navigate to http://127.0.0.1:5000 to view the website.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •