Skip to content

maxathon2020/O10

Repository files navigation

O10

Launching solution

For running project just launch docker-compose:

$ docker-compose up -d 

Check if portal, gateway and node are up and running and are connected to each other:

$ curl --location --request GET 'http://localhost:5003/api/Diagnostic'

There should be returned response as follows:

[
	{
		"context": "Portal",
		"infoType": "Version",
		"message": "1.0.0.0"
	},
	{
		"context": "Gateway",
		"infoType": "Version",
		"message": "1.0.0.0"
	},
	{
		"context": "Gateway",
		"infoType": "UpdaterConnectivity",
		"message": "Succeeded"
	},
	{
		"context": "Node",
		"infoType": "Version",
		"message": "1.0.0.0"
	}
]

About

A platform for identities and certificates sharing preserving privacy, providing inevitable theft detection, and easing user experience at emergency.

Topics

Resources

License

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages