https://github.com/teymur-babayev/web.api_hotelbooking
About Hotel Management Web API built using ASP.NET Core
https://github.com/teymur-babayev/web.api_hotelbooking
asp-net-core entity-framework-core jwt jwt-authentication jwt-token sql-server swagger web-api
Last synced: 11 months ago
JSON representation
About Hotel Management Web API built using ASP.NET Core
- Host: GitHub
- URL: https://github.com/teymur-babayev/web.api_hotelbooking
- Owner: Teymur-Babayev
- Created: 2025-02-02T01:44:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T19:08:09.000Z (over 1 year ago)
- Last Synced: 2025-04-11T06:09:50.967Z (about 1 year ago)
- Topics: asp-net-core, entity-framework-core, jwt, jwt-authentication, jwt-token, sql-server, swagger, web-api
- Language: C#
- Homepage:
- Size: 38.1 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hotel Management Web API
Hotel Management Web API
This project is a Hotel Management Web API built using ASP.NET Core. It provides endpoints for user registration, authentication, and managing hotel rooms. The API supports CRUD operations on rooms and allows users to interact with room data.
## Features
- User registration and login (authentication and authorization).
- CRUD operations for managing hotel rooms.
- Secure endpoints using JWT for user authentication.
- Role-based access control.
## Technologies Used
- ASP.NET Core: For building the web API.
- Entity Framework Core (EF Core): For database interactions.
- Identity: For user authentication and authorization.
- JWT (JSON Web Tokens): For secure authentication.
- SQL Server: For the database.
- Swagger: For API documentation.