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.
@@ -31,7 +64,9 @@ You can check also [SSO](https://jpproject.azurewebsites.net/sso/) and [User Man
31
64
32
65
_New users are readonly_
33
66
34
-
# Docker Ready ❤️
67
+
# Docker #
68
+
69
+
Run through docker compose ❤️
35
70
36
71
Wanna try? As easy as:
37
72
@@ -45,31 +80,37 @@ Linux users:
45
80
*`docker-compose up`
46
81
47
82
48
-
# How it was made
83
+
# Technologies #
49
84
50
-
Written in ASP.NET Core and Angular 6.
85
+
Check below how it was developed.
86
+
87
+
Written in ASP.NET Core and Angular 8.
51
88
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.
52
89
53
-
- Angular 7
90
+
- Angular 8
54
91
- Rich UI interface
55
92
- ASP.NET Core 2.2
56
93
- ASP.NET MVC Core
57
94
- ASP.NET WebApi Core
58
95
- ASP.NET Identity Core
96
+
- Argon2 Password Hashing
59
97
- MySql Ready
60
98
- Sql Ready
99
+
- Postgree Ready
100
+
- SQLite Ready
61
101
- Entity Framework Core 2.2
62
102
- .NET Core Native DI
63
103
- AutoMapper
64
104
- FluentValidator
65
105
- MediatR
66
106
- Swagger UI
67
107
- High customizable
68
-
- Translation for English / Spanish (Autogenerated) / Portuguese (Autogenerated)
108
+
- Translation for 7 different languages
109
+
69
110
70
-
## Architecture:
111
+
## Architecture
71
112
72
-
-Full architecture with responsibility separation concerns, SOLID and Clean Code
113
+
-Architecture with responsibility separation concerns, SOLID and Clean Code
73
114
- Domain Driven Design (Layers and Domain Model Pattern)
74
115
- Domain Events
75
116
- Domain Notification
@@ -98,19 +139,28 @@ Wait for ng to complete his proccess then go to http://localhost:5000!
98
139
99
140
Any doubts? Go to docs
100
141
101
-
##Docs
142
+
# Docs #
102
143
103
144
Wanna start? please [Read the docs](https://jp-project.readthedocs.io/en/latest/index.html)
104
145
105
146
## Contributing
106
147
107
148
We'll love it! Please [Read the docs](https://jp-project.readthedocs.io/en/latest/index.html)
108
149
109
-
## Free
150
+
## Free ##
110
151
111
152
If you need help building or running your Jp Project platform
112
153
There are several ways we can help you out.
113
154
155
+
## v1.4.5
156
+
157
+
Breaking change: **Argon2 password hashing**. Be careful before update. If you are using the old version all users must need to update their passwords.
Jp Project is Open Source software and is released under the MIT license. This license allow the use of Jp Project in free and commercial applications and libraries without restrictions.
0 commit comments