Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickSignUp Flask Application

This is a simple Flask application that allows users to register, log in, and view a welcome page. The app uses SQLite for the database and Flask-Bcrypt for password hashing.

Features

  • User Registration
  • User Login
  • Welcome page with the user's name after login
  • SQLite database with automatic table creation

Requirements

  • Python 3.7+
  • Flask
  • Flask-Bcrypt
  • SQLite

Setup Instructions

pip install -r requirements.txt

Run the Application

python app.py

About

This is a simple Flask application that allows users to register, log in, and view a welcome page. The app uses SQLite for the database and Flask-Bcrypt for password hashing.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages