Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 281 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 281 Bytes

FlaskWebApp

Created with Flask, HTML, CSS

Allows user to create username and password
Allows user to login with that username and password
Shows error/verification messages

Stores all users in database
Hashes and salts the password in the database using passlib