All Projects → aishang2015 → Convenience

aishang2015 / Convenience

Licence: MIT license
.NET Core 5/Angular11/NG-ZORRO 权限管理系统 工作流系统

Programming Languages

C#
18002 projects
typescript
32286 projects
HTML
75241 projects
Less
1899 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to Convenience

Tesseract
A set of libraries for rapidly developing Pipeline driven micro/macroservices.
Stars: ✭ 20 (-72.97%)
Mutual labels:  workflows, net5
jQuery-datatable-server-side-net-core
A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET 5
Stars: ✭ 71 (-4.05%)
Mutual labels:  netcore3, net5
NModbus4.NetCore
Simply NModbus4 but targeting .NET instead of .NET Framework
Stars: ✭ 25 (-66.22%)
Mutual labels:  netcore3, net5
Authentication
Authentication examples for AspNetCore 3.1
Stars: ✭ 37 (-50%)
Mutual labels:  identity, netcore3
recent-activity
Add your recent activity to your profile readme!
Stars: ✭ 87 (+17.57%)
Mutual labels:  workflows
identityazuretable
This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.
Stars: ✭ 97 (+31.08%)
Mutual labels:  identity
tech1-temple-javascript
JavaScript Proofs of Concepts repository. No Longer Supported
Stars: ✭ 61 (-17.57%)
Mutual labels:  angular2
APICorePayLots
Web API designed in Asp.NET Core 3.1, using Dapper and Entity Framework Core, Repository Pattern, Identity
Stars: ✭ 13 (-82.43%)
Mutual labels:  identity
ngx-signalr-hubservice
Makes using SignalR in Angular 2/4 easy
Stars: ✭ 24 (-67.57%)
Mutual labels:  angular2
ng2-right-click-menu
Right click context menu for Angular 2+
Stars: ✭ 51 (-31.08%)
Mutual labels:  angular2
book-monkey2
🐵 Demo-Projekt zum Buch (1. Auflage)
Stars: ✭ 36 (-51.35%)
Mutual labels:  angular2
SierraChartZorroPlugin
A Zorro broker API plugin for Sierra Chart, written in Win32 C++.
Stars: ✭ 22 (-70.27%)
Mutual labels:  zorro
poa-popa
DApp for proof of physical address (PoPA) attestation for validators of POA Network
Stars: ✭ 22 (-70.27%)
Mutual labels:  identity
nativescript-ng2-drawer-seed
Nativescript template project with drawer support
Stars: ✭ 17 (-77.03%)
Mutual labels:  angular2
ID-Card-Passport-Recognition-SDK-Android
On-Device ID Card & Passport & Driver License Recognition SDK for Android
Stars: ✭ 223 (+201.35%)
Mutual labels:  identity
npm-civic-sip-api
Node.js client library for the Civic Secure Identity Platform (SIP).
Stars: ✭ 25 (-66.22%)
Mutual labels:  identity
cogito
Cogito Identity Management https://cogito.mobi
Stars: ✭ 14 (-81.08%)
Mutual labels:  identity
nativescript-ng-shadow
Angular directive to apply shadows to native elements according to the elevation level guidelines of material design specification
Stars: ✭ 54 (-27.03%)
Mutual labels:  angular2
active-directory-android
An android app that uses Azure AD and the ADAL library for authenticating the user and calling a web API using OAuth 2.0 access tokens.
Stars: ✭ 33 (-55.41%)
Mutual labels:  identity
action-github-workflow-sync
Github Action To Sync Github Action's Workflow Files Across Repositories
Stars: ✭ 51 (-31.08%)
Mutual labels:  workflows

Convenience

使用.NET5 + Angular 11 + NG-ZORRO开发,实现了很多基本功能,方便二次开发。

功能

实现了系统管理(用户,角色,菜单),组织管理(部门,职位),审批工作流,内容管理(文章,文件,字典等),代码生成,日志工具等。

演示

地址:http://180.163.89.224:8888/

账号:admin1~admin9

密码:同账号

开发环境

vs + vs code

本地运行

Convience.Web\Managent是web端

Convience.Backend是api端

本地运行(docker)

cd到src目录执行docker-compose up -d --build

然后访问localhost:8888

创建项目模板(后端)

cd到src\Convience.Backend目录,执行[dotnet new -i .],这样就创建了一个convience名称的模板(名称可以在template.json中修改)。然后通过[dotnet new convience -n 项目名]可以创建新项目,新项目的命名空间会被修改为刚才指定的项目名。

重要变更

2021/03/13 api从net core3.1 升级到 .net5

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].