GithubHelp home page GithubHelp logo

seeseasonjack / dorisoy.pan Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dorisoy/dorisoy.pan

0.0 0.0 0.0 3.56 MB

Dorisoy.Pan 是基于.net core5的跨平台文档管理系统,实现了百度网盘的90% 功能,数据库运行在MS SQL 2012 / MySql8.0(或更高版本),您可以在Windows、Linux 或Mac上运行它,项目中的所有方法都是异步的,支持基于令牌身份验证,项目体系结构遵循标准的软件模式和最佳安全实践。源代码也是完全可定制和热插拔,清晰的体系结构使开发定制功能遵循任何业务需求。系统使用最新的Microsoft技术,高性能,稳定和安全

License: MIT License

JavaScript 0.13% C# 53.15% TypeScript 30.64% HTML 13.58% SCSS 2.50%

dorisoy.pan's Introduction

Dorisoy.Pan v1.0

Dorisoy.Pan 是基于.net core5的跨平台文档管理系统,使用 MS SQL 2012 / MySql8.0(或更高版本)后端数据库,您可以在Windows、Linux 或Mac上运行它,项目中的所有方法都是异步的,支持令牌基身份验证,项目体系结构遵循著名的软件模式和最佳安全实践。源代码是完全可定制的,热插拔且清晰的体系结构,使开发定制功能和遵循任何业务需求变得容易。 系统使用最新的Microsoft技术,高性能稳定性和安全性。

先决条件

.NET 5.0 SDK and VISUAL STUDIO 2019, SQL SERVER, MySQL 8.0

安装步骤

1.使用 visual studio 2019,打开解决方案文件 "Dorisoy.Pan.sln"。

2.右键单击解决方案资源管理器并还原 nuget 软件包。

3.在"Dorisoy.Pan.API 项目中更改“appsettings”中的数据库连接字符串。

4.从“visual studio菜单-->工具-->nuget软件包管理器-->软件包管理器控制台”打开软件包管理器控制台。

5.在package manager控制台中,选择默认项目为 “Dorisoy.Pan.Domain”。

6.在package manager控制台中运行“Update-Package”命令,创建数据库并插入初始数据。

7.在解决方案资源管理器中,右键单击“Dorisoy.Pan.API" 然后从菜单中单击 设置为启动项

8.按F5键运行项目。

项目结构

├──Dorisoy.Pan.sln/                     * 解决方案
│   │
│   ├──Dorisoy.Pan.API                  * REST API Controller, Dependancy configuration, Auto mapper profile 
│   │
│   ├──Dorisoy.Pan.MediatR              * Command handler, Query handler, Fluent API validation
│   │
│   ├──Dorisoy.Pan.Repository           * Each entity repository
│   │
│   ├──Dorisoy.Pan.Domain               * Entity framework dbContext 
|   |
│   ├──Dorisoy.Pan.Common               * Generic repository and Unit of work patterns
│   │ 
│   ├──Dorisoy.Pan.Data                 * Entity classes and DTO classes
│   │
│   ├──Dorisoy.Pan.Helper               * Utility classes

截图

dorisoy.pan's People

Contributors

dorisoy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.