Giter Club home page Giter Club logo

dhamkirti21 / login-and-verfication-using-sql Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 740 KB

The Login and Verification System allows users to create accounts, log in securely, and verify their email addresses. It ensures the privacy and security of user data by utilizing SQL database for storage and Flask framework for handling user authentication and verification.

Python 28.76% CSS 29.96% HTML 41.28%
python css flask html js mysql sql

login-and-verfication-using-sql's Introduction

Login and Verification System Using SQL and Flask

Welcome to the Login and Verification System Using SQL and Flask repository. This project provides a secure and reliable user authentication and verification system built using SQL database and Flask framework.

Description

The Login and Verification System allows users to create accounts, log in securely, and verify their email addresses. It ensures the privacy and security of user data by utilizing SQL database for storage and Flask framework for handling user authentication and verification.

Features

  • User Registration: Users can create accounts by providing necessary information such as username, email, and password.
  • Secure Password Storage: User passwords are securely hashed and stored in the SQL database to ensure confidentiality.
  • Login Functionality: Registered users can log in using their credentials to access their accounts.
  • Email Verification: Users receive an email with a verification link upon registration to verify their email addresses.
  • Database Management: SQL database is used to store user information and manage account-related data.

Tech Stack

  • Python: Python is used for the backend development and implementing the Flask framework.
  • Flask: Flask is a micro web framework used for handling user authentication and request handling.
  • SQL: SQL (Structured Query Language) is used for database management and storage.
  • HTML/CSS: HTML and CSS are used for the frontend design and layout.

Getting Started

To get started with the Login and Verification System, follow these steps:

  1. Clone the repository: git clone <repository_url>
  2. Install the necessary dependencies: pip install -r requirements.txt
  3. Set up the SQL database and configure the connection in config.py.
  4. Run the Flask application: python app.py
  5. Access the application at http://localhost:5000

Make sure to update the email configuration in config.py to enable email sending for verification and password reset functionalities.

Contributing

Contributions are welcome! If you have any ideas, improvements, or bug fixes, please submit a pull request.

License

This project is licensed under the MIT License. Feel free to use and modify the code for your own purposes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.