stasbalazuk / Flask-Web-App

Flask web application using passlib.hash library importing sha256_crypt. I use the sha256_crypt.encrypt method when registering and the sha256_crypt.verify method when authorizing!

Home Page:https://topgame.work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Web App Tutorial

Setup & Installation

Make sure you have the latest version of Python installed.

git clone https://github.com/stasbalazuk/Flask-Web-App.git
pip install -r requirements.txt

Running The App

python main.py

Viewing The App

Go to http://127.0.0.1:5000

About

Flask web application using passlib.hash library importing sha256_crypt. I use the sha256_crypt.encrypt method when registering and the sha256_crypt.verify method when authorizing!

https://topgame.work


Languages

Language:HTML 50.3%Language:Python 48.1%Language:JavaScript 1.7%