Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gz30eee/aspnet
https://github.com/gz30eee/aspnet
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gz30eee/aspnet
- Owner: GZ30eee
- Created: 2024-12-21T09:09:35.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-21T16:43:36.000Z (about 1 month ago)
- Last Synced: 2024-12-21T17:34:26.834Z (about 1 month ago)
- Language: HTML
- Size: 29.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![image (5)](https://github.com/user-attachments/assets/d25d80e0-9b4c-46ef-aa58-31d4635a8e8b)
# 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:
```csharp
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:
```bash
git clone https://github.com/GZ30eee/ASPNET.git
```2. **Navigate to the Project Directory**:
Change into the project directory:
```bash
cd ASPNET
```3. **Install Dependencies**:
Install necessary dependencies using:
```bash
dotnet restore
```4. **Run the Application**:
Start the application:
```bash
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](LICENSE) file for details.
## Gallery
![image (1)](https://github.com/user-attachments/assets/1993bc21-60d2-48f7-a579-b68adde841a4)
![image (2)](https://github.com/user-attachments/assets/52aea9b1-d685-44c9-9b33-5bca091f94a7)
![image (3)](https://github.com/user-attachments/assets/256468a2-cc05-4634-9bd3-2f28b418d727)
![image (4)](https://github.com/user-attachments/assets/27d33c96-1e1d-4f1a-832b-609702468fc1)---
Thank you for checking out the Coffee Shop Database project! I hope it serves as a useful resource.