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.
To get started with this program, follow these steps:
- Clone this repository to your local machine.
- Ensure you have the necessary dependencies installed.
- Run the server-side program.
- Access the calculator form through the provided URL.
- Input values in the designated field and press the appropriate button to calculate the result.
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.
The server-side script implements the following steps for the login process:
- Receive login credentials (e.g., email and password) from the user.
- Query the database to check if a user with the provided email exists.
- If a user with the email exists, verify if the provided password matches the stored password for that user.
- If the password matches, grant access to the user; otherwise, reject the login attempt.
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create your feature branch (
git checkout -b QN6/QN6). - Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin QN6/QN6). - Create a new Pull Request.
This project is licensed under the MIT License. This means the project is free for anyone to clone or use for their own projects.


