Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 4dccfef

Browse files
committed
README.md
1 parent 0352f46 commit 4dccfef

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ Wanna try? As easy as:
4343
Written in ASP.NET Core and Angular 6.
4444
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.
4545

46-
- Angular 6
46+
- Angular 7
4747
- Rich UI interface
4848
- ASP.NET Core 2.2
4949
- ASP.NET MVC Core
5050
- ASP.NET WebApi Core
5151
- ASP.NET Identity Core
5252
- MySql Ready
5353
- Sql Ready
54-
- Entity Framework Core 2.0
54+
- Entity Framework Core 2.2
5555
- .NET Core Native DI
5656
- AutoMapper
5757
- FluentValidator
@@ -76,14 +76,18 @@ The main goal of project is to be a Management Ecosystem for IdentityServer4. He
7676
Do you love it? give us a Star!
7777

7878
## 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.
8080

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
8382

84-
Wait for ng to complete his proccess then go to http://localhost:5000!
8583

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`
8689

90+
Wait for ng to complete his proccess then go to http://localhost:5000!
8791

8892
Any doubts? Go to docs
8993

@@ -100,6 +104,18 @@ We'll love it! Please [Read the docs](https://jp-project.readthedocs.io/en/lates
100104
If you need help building or running your Jp Project platform
101105
There are several ways we can help you out.
102106

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+
103119
## v1.1
104120
- Minor bugs correction
105121
- Added localization feature to SSO
@@ -115,4 +131,3 @@ There are several ways we can help you out.
115131

116132
Code coverage
117133

118-
Thinking about create separated repo's for each part of solution.

0 commit comments

Comments
 (0)