Go to file
Arnaud Delcasse 6ecc05ba0b fix postgresql issues 2023-05-08 01:16:08 +02:00
grpc switch to mongodb uri instead of host/username/password 2023-04-03 20:31:13 +02:00
handlers fix postgresql issues 2023-05-08 01:16:08 +02:00
storage fix postgresql issues 2023-05-08 01:16:08 +02:00
.gitignore initial commit 2023-03-13 00:23:59 +01:00
Dockerfile switch to mongodb uri instead of host/username/password 2023-04-03 20:31:13 +02:00
LICENCE initial commit 2023-03-13 00:23:59 +01:00
README.md initial commit 2023-03-13 00:23:59 +01:00
config.go fix postgresql issues 2023-05-08 01:16:08 +02:00
go.mod Add PostgreSQL 2023-05-02 20:06:02 +02:00
go.sum Add PostgreSQL 2023-05-02 20:06:02 +02:00
main.go initial commit 2023-03-13 00:23:59 +01:00

README.md

COOPGO Carpool Incentives

COOPGO Carpool Incentives is a microservice handling carpooling proofs and associated incentives of the COOPGO MaaS Platform.

It provides a gRPC API to manage incentives, subscriptions, carpooling proofs and data linked to these incentives.

Licence

This project is distributed under the AGPLv3 licence.

See LICENCE file for more details