可独立部署的Trello简化克隆·后端工程

码农 0f90d1b587 self id sync 5 years ago
MyTrelloWeb 0f90d1b587 self id sync 5 years ago
.gitignore f8dc87d7d0 first commit 5 years ago
MyTrelloBE.sln e731f9a41c commit: Import VCommon, first API (not implement) created 5 years ago
NuGet.config e731f9a41c commit: Import VCommon, first API (not implement) created 5 years ago
README.md 1573b78813 commit: update README.md 5 years ago

README.md

What's this

可独立部署的Trello简化克隆·后端工程

Roadmap

  1. 实现Trello看板基础功能(先无视授权) <NowHere>

    • 列表
    • 卡片
    • 清单
  2. 实现授权

    • 用户管理
    • 用户看板
  3. 访问控制

    • 公开或指定用户,只读分享

Requement

  • .Net Framework 4.6.1+ and IIS
  • Mono 5.1+ and apache_mod_mono

后端技术选型

  • 框架: 集成定制版VCommon
  • API实现: ASP.NET HTTP Module
  • 数据库: MySQL
  • 数据库维护:FluentMigrator
  • 数据访问:EntityFramework 6