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.
- User Registration
- User Login
- Welcome page with the user's name after login
- SQLite database with automatic table creation
- Python 3.7+
- Flask
- Flask-Bcrypt
- SQLite
pip install -r requirements.txt
python app.py