/HotelMS

Primary LanguageC#

HotelMS

HotelMS is an Angular-based ASP.NET Core application.

Customers Dashboard

image-20210424160044767

Customer Detail

Including Room and Service

image-20210424155755892

Database Schema

image-20210424161353807

CRUD APIs

GET/api/Customers/{id}

DELETE/api/Customers/{id}

PUT/api/Customers/{id}

GET/api/Customers

POST/api/Customers

GET/api/Rooms/{id}

DELETE/api/Rooms/{id}

PUT/api/Rooms/{id}

GET/api/Rooms

POST/api/Rooms

...

Test

All endpoints have been tested. Here are some samples.

Get Customer By Id

image-20210424180039555

Get All Customers

image-20210424180320601

Delete Customer By Id

image-20210424180101595

Create Customer

image-20210424180149222

Update Customer

image-20210424180446467

Test Data

image-20210424213734552