Skip to content

dsk-dev-ai/Login-Register-System-with-Flask-SQLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Login & Register System (Flask + SQL)

A modern authentication system built with Flask and SQLite.

This project demonstrates how real websites handle:

  • User registration
  • Secure login
  • Password hashing
  • Sessions
  • Protected dashboard
  • SQL database storage

Perfect foundation for SaaS apps, dashboards, admin panels, and AI tools with accounts.


✨ Features

✅ Register new users
✅ Login authentication
✅ Password hashing (secure)
✅ SQLite database
✅ Session management
✅ Protected routes
✅ Logout system
✅ Modern responsive UI


🛠 Tech Stack

  • Python
  • Flask
  • SQLite
  • HTML/CSS
  • Werkzeug security

📸 Screenshot

1 2 3 4 5

▶️ Run Locally

1. Install dependencies

pip install flask werkzeug
  1. Start server
python app.py
  1. Open browser http://127.0.0.1:5000

🧠 What I Learned

  • Building authentication systems
  • Working with SQL databases
  • Password hashing & security
  • Sessions & cookies
  • Backend development with Flask

👨‍💻 Author

Darshan Kachare
AI Developer • SaaS Builder • Automation Tools

About

Secure Login & Register System built with Flask + SQLite featuring authentication, password hashing, sessions, and protected dashboards for real-world web apps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors