# eglbase **Repository Path**: xbee/eglbase ## Basic Information - **Project Name**: eglbase - **Description**: egl的基础开发环境,python3.8 with fastapi installed. - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-05 - **Last Updated**: 2022-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Eglbase #### 介绍 egl的基础开发环境,python3.8 with fastapi installed. 基于该项目构建的容器镜像已经上传到[dockerhub](https://hub.docker.com/)网站上。 该镜像在dockerhub上的项目页面是 [deltalab/eglbase](https://hub.docker.com/repository/docker/deltalab/eglbase). 您可以通过下面的命令下载该容器镜像: ``` docker pull deltalab/eglbase:latest ``` ## 使用说明 1. 先构建 ``` docker-compose -f local.yml build ``` 2. 然后运行 ``` docker-compose -f local.yml up -d --build ``` 3. 运行测试 ``` docker-compose -f local.yml exec web pytest . ``` ## 相关路由 - http://localhost:8888/ping - http://localhost:8888/docs - http://localhost:8888/notes ## Contributing Contributions, issues and feature requests are welcome! Feel free to check issues page. 1. Fork the Project 2. Create your Feature Branch (git checkout -b feature/AmazingFeature) 3. Commit your Changes (git commit -m 'Add some AmazingFeature') 4. Push to the Branch (git push origin feature/AmazingFeature) 5. Open a Pull Request