File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ EO principles respected here] ( https://www.elegantobjects.org/badge.svg )] ( https://www.elegantobjects.org )
2
+ [ ![ DevOps By Rultor.com] ( https://www.rultor.com/b/ac-californium/api )] ( https://www.rultor.com/p/ac-californium/api )
3
+ [ ![ We recommend IntelliJ IDEA] ( https://www.elegantobjects.org/intellij-idea.svg )] ( https://www.jetbrains.com/idea/ )
4
+
5
+ [ ![ mvn] ( https://github.com/tracehubpm/pmo/actions/workflows/maven.yml/badge.svg )] ( https://github.com/tracehubpm/pmo/actions/workflows/maven.yml )
6
+ [ ![ codecov] ( https://codecov.io/gh/tracehubpm/pmo/graph/badge.svg?token=QLRSWBDRBS )] ( https://codecov.io/gh/tracehubpm/pmo )
7
+ [ ![ PDD status] ( http://www.0pdd.com/svg?name=tracehubpm/pmo )] ( http://www.0pdd.com/p?name=tracehubpm/pmo )
8
+
9
+ Project architect: [ @hizmailovich ] ( https://github.com/hizmailovich )
10
+
11
+ Project registry, facilities and its governance.
12
+
13
+ ### How to run?
14
+
15
+ Before you start the app locally, you need to run Keycloak and PostgreSQL using such command:
16
+
17
+ ``` bash
18
+ $ docker-compose up -d
19
+ ```
20
+
21
+ ### How to contribute?
22
+
23
+ Fork repository, make changes, send us a [ pull request] ( https://www.yegor256.com/2014/04/15/github-guidelines.html ) .
24
+ We will review your changes and apply them to the ` master ` branch shortly,
25
+ provided they don't violate our quality standards. To avoid frustration,
26
+ before sending us your pull request please run full Maven build:
27
+
28
+ ``` bash
29
+ $ mvn clean install
30
+ ```
31
+
32
+ You will need Maven 3.8.7+ and Java 17+.
33
+
34
+ All the things above will be run by [ Rultor.com] ( http://rultor.com/ )
35
+ and CI [ gate] ( https://github.com/tracehub/pmo/actions ) .
You can’t perform that action at this time.
0 commit comments