# todayProject **Repository Path**: luvying/todayProject ## Basic Information - **Project Name**: todayProject - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2019-12-19 - **Last Updated**: 2023-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # todayProject ### 介绍 后端: 服务发现:Eureka 网关:Zuul 认证服务:OAuth2 配置中心:Config(未实现) 监控:Admin 服务提供者:content、user Api:content、user 前端: Vue-cli + element-UI ### 运行 前端: ``` cd web/today-project npm install npm run dev ``` 后端: 依次运行: Eureka、Config、AuthServer、GateWay、User、Content