Skip to content

Latest commit

 

History

History

README.md

Login Process Server-Side Script

This repository contains the server-side script for the login process. It assumes that user data is already stored from the previous registration process in QN5.

Login Form

Database Table

DashBoard View

Getting Started

To get started with this program, follow these steps:

  1. Clone this repository to your local machine.
  2. Ensure you have the necessary dependencies installed.
  3. Run the server-side program.
  4. Access the calculator form through the provided URL.
  5. Input values in the designated field and press the appropriate button to calculate the result.

Dependencies

Make sure you have the following dependencies installed:

  • ASP.NET - Web framework for building modern web apps and services with .NET
  • C# - Modern, general-purpose programming language
  • HTML - Standard markup language for creating web pages
  • CSS - Style sheet language used for describing the presentation of a document written in HTML
  • MySQL Database Management System - Open-source relational database management system.

Login Process

The server-side script implements the following steps for the login process:

  1. Receive login credentials (e.g., email and password) from the user.
  2. Query the database to check if a user with the provided email exists.
  3. If a user with the email exists, verify if the provided password matches the stored password for that user.
  4. If the password matches, grant access to the user; otherwise, reject the login attempt.

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b QN6/QN6).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin QN6/QN6).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License. This means the project is free for anyone to clone or use for their own projects.