A small fuck-stack projects!
Đề tài quản lý khách sạn sử dụng Web API, bao gồm Web Application và Destop Application
Để có thể cài đặt và sử dụng hãy làm theo hương dẫn bên dưới
- Visual Studio 2019
- Visual Code (Tuỳ chọn)
- SQL Sever Manager 2008 R2
- Clone the repo
git clone https://github.com/vacnex/Hotel-Manager-Project.git
- Tạo Database
Excute DB.sql
- Cập nhật các gói Nuget đi kèm trong project
HotelManager
HotelManagerAPI
- Đổi chuỗi kết nối trong
web.config
vàapp.config
trongHotelManagerAPI
<connectionStrings>
<add name="HotelManagerDBContext" connectionString="..." />
</connectionStrings>
- Đổi API url trong
MainWindow.xaml
củaHotelManager
string URL_NAME = 'Nhập API Link';
- Đổi API url trong
ajax.js
củaBooking
$.getJSON("")
$.post('', JSON.parse(...),"json")
$.ajax({
url: ''+...,
...
});
- Khởi chạy
HotelManagerAPI
lênlocalhost
Mở Swagger để test apihttps://localhost:xxx/swagger/
- Desktop Application
Có thể dùng project HotelManager hoặc QuanLyThuePhong để test
- Web Front-End
Dùng Visual Code mở live server để test