You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+22-7Lines changed: 22 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,15 @@ Wanna try? As easy as:
43
43
Written in ASP.NET Core and Angular 6.
44
44
The main goal of project is to be a Management Ecosystem for IdentityServer4. Helping Startup's and Organization to Speed Up the Setup of User Management. Helping teams and entrepreneurs to achieve the company's primary purpose: Maximize shareholder value.
45
45
46
-
- Angular 6
46
+
- Angular 7
47
47
- Rich UI interface
48
48
- ASP.NET Core 2.2
49
49
- ASP.NET MVC Core
50
50
- ASP.NET WebApi Core
51
51
- ASP.NET Identity Core
52
52
- MySql Ready
53
53
- Sql Ready
54
-
- Entity Framework Core 2.0
54
+
- Entity Framework Core 2.2
55
55
- .NET Core Native DI
56
56
- AutoMapper
57
57
- FluentValidator
@@ -76,14 +76,18 @@ The main goal of project is to be a Management Ecosystem for IdentityServer4. He
76
76
Do you love it? give us a Star!
77
77
78
78
## How to build
79
-
Jp Project is built against ASP.NET Core 2.1.
79
+
Jp Project is built against ASP.NET Core 2.2.
80
80
81
-
*[Install](https://www.microsoft.com/net/download/core#/current) the latest .NET Core 2.1 SDK
82
-
* Run `build.ps1` (Powershell) or `build.bat` (cmd)
81
+
*[Install](https://www.microsoft.com/net/download/core#/current) the latest .NET Core 2.2 SDK
83
82
84
-
Wait for ng to complete his proccess then go to http://localhost:5000!
85
83
84
+
`src/JpProject.sln` Contains SSO and API
85
+
86
+
For UI's use VSCode.
87
+
- AdminUI -> Inside VSCode open folder `rootFolder/src/Frontend/Jp.AdminUI`, then terminal and `npm install && npm start`
88
+
- User Management -> Inside VSCode open folder `rootFolder/src/Frontend/Jp.UserManagement`, then terminal and `npm install && npm start`
86
89
90
+
Wait for ng to complete his proccess then go to http://localhost:5000!
87
91
88
92
Any doubts? Go to docs
89
93
@@ -100,6 +104,18 @@ We'll love it! Please [Read the docs](https://jp-project.readthedocs.io/en/lates
100
104
If you need help building or running your Jp Project platform
101
105
There are several ways we can help you out.
102
106
107
+
## v1.2
108
+
109
+
- Docker support
110
+
- Available at Docker Hub
111
+
- IdentityServer4 v2 (release 2.4.0)
112
+
- Device flow
113
+
- ASP.NET Core 2.2 support
114
+
- Plugins update
115
+
- Angular 7.2
116
+
117
+
Check [Changelog.md](https://github.com/brunohbrito/JP-Project/blob/master/CHANGELOG.md) for a complete list of changes.
118
+
103
119
## v1.1
104
120
- Minor bugs correction
105
121
- Added localization feature to SSO
@@ -115,4 +131,3 @@ There are several ways we can help you out.
115
131
116
132
Code coverage
117
133
118
-
Thinking about create separated repo's for each part of solution.
0 commit comments