Skip to content

rushasdev/SA-Flask-WTForms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SA-Flask-WTForms

Source Code for the StackAbuse tutorial.

You can read the article on StackAbuse

HOW TO USE THIS CODE:

  1. Create the project folder:
    mkdir FlaskWtf && cd FlaskWtf

  2. Create a virtual environment:
    python3 -m venv venv

  3. Activate it:
    Linux: source venv/bin/activate Windows: Scripts\activate.bat

  4. Clone this repository with git clone

  5. Install requirements:
    pip3 install -r requirements.txt

  6. Run Flask application:
    flask run

About

Source Code for StackAbuse tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published