# ITStudy **Repository Path**: lc1997622/itstudy ## Basic Information - **Project Name**: ITStudy - **Description**: 北京大学软件与微电子学院互联网技术与实践作业 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-26 - **Last Updated**: 2022-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微服务作业 ## 介绍 北京大学软件与微电子学院互联网软件技术开发与实践课程作业(2021年秋) ## 部署 0、运行环境 需要提前安装docker环境 1、下载代码 ``` git clone https://gitee.com/lc1997622/itstudy.git ``` 2、进入项目录 ``` cd itstudy ``` 3、docker部署 ``` cd docker-compose docker-compose up -d ```