Open PUDO Software Platform
firebase-config.json
file.mvn clean install
..env
file that must be placed in the same folder of the UberJAR, this file is used to create an environment for the back-end with configuration parameters and credentials.When the back-end is up and running, a full functioning Swagger will be available to document and test application APIs.
A live instance can be found at https://api.quigreen.it/q/swagger-ui/
This project aims to provide a standard PUDO definition than can be used for integration between shipping providers. The current PUDO structure is the following:
{
"pudoId": 0,
"createTms": "2021-11-10",
"updateTms": "2021-11-10",
"businessName": "string",
"vat": "string",
"contactNotes": "string",
"phoneNumber": "string",
"profilePicId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"address": {
"addressId": 0,
"createTms": "2021-11-10",
"updateTms": "2021-11-10",
"label": "string",
"street": "string",
"zipCode": "string",
"streetNum": "string",
"city": "string",
"province": "string",
"country": "string",
"lat": 0,
"lon": 0
}
}