Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.56 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.56 KB

HostelWorld-Front

项目后端地址

Introduction

基于redux+redux-saga+[email protected]+react+antddva框架实现的HostelWorld酒店管理系统前端。

  • 会员: 酒店预约、我的预约、入住记录、消费记录、会员中心
  • 酒店:实时数据、房间计划、签入签出、酒店管理、预约记录、入住记录
  • 经理:实时统计、开店审批、修改审核、支付结算
  • 注册:会员注册、酒店创建

Features

  • 控制台风格的管理系统
  • 面包屑导航
  • 主题风格切换
  • ‘recharts’图表显示

Get Started

  • 确保服务器已经打开,服务器地址在配置文件service/hostConfig.jsconst host = "http://localhost:8080/api/v1";
  • INSTALL npm install
  • BUILD: npm run build
  • START: npm run start

Preview

License

MIT