Code Monkey home page Code Monkey logo

zhchlmm / 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 29.49 MB

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

Home Page: http://pan.dorisoy.com

License: MIT License

JavaScript 0.09% C# 69.25% TypeScript 20.10% HTML 8.91% Batchfile 0.02% SCSS 1.64%

dorisoy.pan's Introduction

Dorisoy.Pan

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

先决条件

.NET 7.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-Database”命令,创建数据库并插入初始数据。

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

8.按 F5 键运行项目。

前端启动步骤

如果您还没有安装 nodejs,请下载并全局安装 nodejs: https://nodejs.org ,确保您的 nodejs 版本>= 4.0 且 NPM >= 3 同时全局安装 TypeScript。

全局安装 Angular-CLI 命令:"npm install -g @angular/cli"

1.使用 visual code 打开项目目录 "\UI"。

2.新建:终端-> "npm install" 初始化安装依赖。

3.终端-> "npm run start" 启动 Angular Server。

4.当 ** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** 监听时在浏览器运行。

要在生产模式下运行本地副本并构建源,请执行 "ng build --prod" ,这将生成应用程序的生产版本,所有 html,css 和 js 代码都被缩小并放入 dist 文件夹。此文件夹可以在发布应用程序时放入生产服务器。

Demo

演示地址:http://pan.dorisoy.com/

默认账号:[email protected] 密码:admin@123

项目结构

├──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

截图

Desktop 客户端示例

Web 客户端示例

dorisoy.pan's People

Contributors

dorisoy avatar czhcom 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.