An open API service indexing awesome lists of open source software.

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

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.