Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 754 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 754 Bytes

DataBase Project

2021-2022 BUAA database course project

team members: kc szy mwt

This is a Complete Hotel Renting System

​ which could support both customers and merchants

​ our system consist of : A website, a back-side server, a crawler for infos, a db in MySQL

​ Customers could use website for searching hotels, compare prices, booking rooms, etc

​ Merchants could analyzing customer infos, release new hotels, managing their websites

Details could be seen in documents, :)

System structure instructions:

  • appfront 为 vue书写 前端代码
  • back 为 django书写 后端代码
  • crawler 为python爬虫代码(可能会被反爬)
  • documents 文档为设计报告以及大报告
  • db为mysql数据库文件