This is a client-server application with a single page application on the client side and web-service on the server side. The user can store and edit information about the hotel, hotel rooms, residents and employees. The administrator can also view the statistics of the hotel and generate reports.
- С#/.NET 5, ASP.NET
- Entity Framework Core
- N-Layer Architecture
- AutoMapper
- Angular
- HotelManager.DAL - Data Access Layer
- HotelManager.BLL - Business Logic Layer
- HotelManager.API - ASP.NET WebAPI
- HotelManager.ROOT - Composition Root
- HotelManager.SPA - Angular Single Page Application