Skip to content

Latest commit

 

History

History
91 lines (68 loc) · 3.05 KB

File metadata and controls

91 lines (68 loc) · 3.05 KB

image (5)

Coffee Shop Database

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.

Features

  • 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.

Libraries Required

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.

Getting Started

Follow these steps to clone the repository and run the application:

  1. Clone the Repository: Open your terminal or command prompt and run:

    git clone https://github.com/GZ30eee/ASPNET.git
  2. Navigate to the Project Directory: Change into the project directory:

    cd ASPNET
  3. Install Dependencies: Install necessary dependencies using:

    dotnet restore
  4. Run the Application: Start the application:

    dotnet run AdminPanel3.csproj
  5. Access the Application: Open your browser and navigate to http://localhost:5000 (or the specified port) to start using the Coffee Shop Database application.

Contributing

Contributions are always welcome! Feel free to fork the repository and submit a pull request with your suggestions or improvements.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Gallery

image (1) image (2) image (3) image (4)


Thank you for checking out the Coffee Shop Database project! I hope it serves as a useful resource.