Skip to content

vacnex/Hotel-Manager-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verion Status Platform Code type

Logo

HOTEL MANAGER DEMO

A small fuck-stack projects!

NỘI DUNG

Thông Tin Đề Tài

web-screen

softlogin

Đề tài quản lý khách sạn sử dụng Web API, bao gồm Web Application và Destop Application

Built With

Bắt Đầu

Để có thể cài đặt và sử dụng hãy làm theo hương dẫn bên dưới

Chuẩn Bị

Cài Đặt

  1. Clone the repo
git clone https://github.com/vacnex/Hotel-Manager-Project.git
  1. Tạo Database
Excute DB.sql
  1. Cập nhật các gói Nuget đi kèm trong project
HotelManager
HotelManagerAPI
  1. Đổi chuỗi kết nối trong web.config và app.config trong HotelManagerAPI
  <connectionStrings>
    <add name="HotelManagerDBContext" connectionString="..." />
  </connectionStrings>
  1. Đổi API url trong MainWindow.xaml của HotelManager
string URL_NAME = 'Nhập API Link';
  1. Đổi API url trong ajax.js của Booking
$.getJSON("")
$.post('', JSON.parse(...),"json")
$.ajax({
          url: ''+...,
          ...
      });
  1. Khởi chạy HotelManagerAPI lên localhost
    Mở Swagger để test api https://localhost:xxx/swagger/

Sử Dụng

  1. Desktop Application
Có thể dùng project HotelManager hoặc QuanLyThuePhong để test
  1. Web Front-End
Dùng Visual Code mở live server để test

Nguồn Hỗ Trợ