https://github.com/eniko04/restaurant-reservation-system
Reservation System with C#
https://github.com/eniko04/restaurant-reservation-system
api db mvc webtoken
Last synced: 2 months ago
JSON representation
Reservation System with C#
- Host: GitHub
- URL: https://github.com/eniko04/restaurant-reservation-system
- Owner: Eniko04
- Created: 2025-05-20T18:13:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-20T18:25:17.000Z (about 1 year ago)
- Last Synced: 2026-04-18T01:36:50.625Z (2 months ago)
- Topics: api, db, mvc, webtoken
- Language: C#
- Homepage:
- Size: 24.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant Management System
## ๐ Faculty Number: 2301321061
**12345678** *(replace with your real faculty number)*
## ๐ Project Name: Restaurant Management System**
## ๐ Project Overview
This is a web-based restaurant management system, consisting of two main parts:
- **Back-End (API)** โ A RESTful web service for managing clients, tables, and reservations, secured with JWT authentication.
- **Front-End (MVC Client)** โ An ASP.NET MVC client that communicates with the API via HTTP, providing an intuitive user interface.
## โ๏ธ Technologies Used
- ASP.NET Core Web API (.NET 7)
- ASP.NET Core MVC
- Entity Framework Core
- SQLite
- JWT Authentication
- Bootstrap (for styling)
## ๐ป CRUD Operations
Full CRUD functionality is implemented for:
- **Clients**
- **Tables**
- **Reservations**
## ๐ Security
- The API is protected using JWT tokens.
- The MVC client requires login to access protected features.
## ๐ Search Features
- **Clients** โ by name and phone
- **Tables** โ by number and minimum capacity
- **Reservations** โ by client name and table number
## ๐ Pagination & Sorting
*(โ ๏ธ If implemented โ if not, feel free to remove this section.)*
## ๐งช Validation
Validation is implemented using **DataAnnotations** on both API and MVC layers.
## ๐งโ๐ซ How to Run the Project
1. **Clone the repository:**
```bash
git clone https://github.com/Eniko04/WEBAPI.git