- A platform for identities sharing with proactive safety protection and privacy-preserving, accenting user experience at emergencies
- Must read document https://github.com/maxonrow/maxathon
- Project Link : https://platform-hackathon.maxonrow.com/#/projects/5f5440a5d480ac001bb8d4bd
- Team Members :
- Kirill Gandyl
- Alae El Jai
- Peter Weyand
- Mujistapha Ahmed
- Oluwafemi Akinde
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"
}
]