Welcome to the Coffee Shop Database project! This application is designed to manage coffee shop operations by performing CRUD (Create, Read, Update, Delete) operations on a database. It includes features such as encryption and decryption, password hiding, user login functionality, and graphical data representation.
-
CRUD Operations: Efficiently manage coffee shop data with full CRUD capabilities.
-
Encryption & Decryption: Secure sensitive information using encryption techniques.
-
Password Hiding: User passwords are securely stored and not visible in plain text.
-
User Login: Secure authentication system for users to log in.
-
Graphical Representation: Visualize data through graphs for better insights.
-
Responsive UI: Enjoy a seamless experience across devices with a responsive interface.
The following libraries are essential for running the project:
using AdminPanel3.Models;
using iText.Kernel.Pdf;
using iText.Layout.Element;
using iText.Layout.Properties;
using iText.Layout;
using iText.IO.Image;
using iText.Kernel.Font;
using iText.IO.Font.Constants;
using System.Net.Mail;
using MimeKit;
using MailKit.Net.Smtp;
using Microsoft.AspNetCore.Mvc;
using OfficeOpenXml;
using System.Data;
using System.Data.SqlClient;
using Microsoft.Extensions.Configuration;
using System.Collections.Generic;
using Microsoft.AspNetCore.Mvc.Rendering;
Ensure all dependencies are included in your project before running the application.
Follow these steps to clone the repository and run the application:
-
Clone the Repository: Open your terminal or command prompt and run:
git clone https://github.com/GZ30eee/ASPNET.git
-
Navigate to the Project Directory: Change into the project directory:
cd ASPNET
-
Install Dependencies: Install necessary dependencies using:
dotnet restore
-
Run the Application: Start the application:
dotnet run AdminPanel3.csproj
-
Access the Application: Open your browser and navigate to
http://localhost:5000
(or the specified port) to start using the Coffee Shop Database application.
Contributions are always welcome! Feel free to fork the repository and submit a pull request with your suggestions or improvements.
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for checking out the Coffee Shop Database project! I hope it serves as a useful resource.