# Tasky-example **Repository Path**: munana/tasky-example ## Basic Information - **Project Name**: Tasky-example - **Description**: Abp 微服务简单架构 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-04-24 - **Last Updated**: 2024-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Tasky 这是一个基于ABP框架的简单项目。 如需了解更多信息,请访问 [ABP 框架 - 开源 Web 应用程序框架](https://abp.io/) #### 启动 1. 需要安装 Redis,Rebbitmq,postgreSql 2. 修改配置 appsettings.json ```js // 如连接字符串 User ID=postgres;Password=xxx;Host=localhost;Port=5432;Database=TaskyAdministrationService;Pooling=false ``` 3. 初始化数据库 ```bash # 到对应服务的 # Tasky.xxx.EntityFrameworkCore # 执行,创建数据库 Update-Database # 执行 Tasky.DbMigrator 载入 seed 数据 ``` 4. 安装 tye ```bash # 安装 dotnet tool install -g Microsoft.Tye --version "0.11.0-alpha.22111.1" ``` 5. 启动 ```bash tye run --watch # 启动后访问 localhost:8000 ``` 6. 前端在 `Tasky/apps/angular` 基于 angular