Skip to content

pythonsean1/flaskweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My first flask web app

This is my first web app using python and flask

Instalation Guide

create virtual environment:

python -m venv name_underscore_of_virtual_environment

activate virtual environment:

name_underscore_of_virtual_environment/Script/activate

Install flask:

pip install Flask
or
pip install -r requirments.txt

to run the flask application:

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published