-
前台:http://hotelmanage.nat300.top/index/portal (登陆帐号密码均:james)
-
后台:http://hotelmanage.nat300.top/admin/thing (登陆帐号密码均:admin)
- 登陆页面:
- 前台主页:
- 后台客房管理:
- 安装 Docker
$ sudo apt update
$ sudo apt install -y docker.io
$ sudo systemctl start docker
$ sudo systemctl enable docker
- 安装 Docker Compose
$ sudo apt install -y docker-compose
$ git clone git@github.com:02lb/HotelSystem.git
$ cd HotelSystem
- 在项目根目录下创建
.env
文件,根据需要设置环境变量。
MYSQL_ROOT_PASSWORD=libo8657
DB_NAME=python_hotel
DB_USER=hotel_admin
DB_PASSWORD=hotel0601
$ docker-compose up -d --build