Go to file
Arnaud Delcasse b9b0c10e1c Initial commit 2022-08-12 14:49:16 +02:00
grpcapi Initial commit 2022-08-12 14:49:16 +02:00
handlers Initial commit 2022-08-12 14:49:16 +02:00
storage Initial commit 2022-08-12 14:49:16 +02:00
.gitignore Initial commit 2022-08-12 14:49:16 +02:00
README.md Initial commit 2022-08-12 14:49:16 +02:00
config.go Initial commit 2022-08-12 14:49:16 +02:00
go.mod Initial commit 2022-08-12 14:49:16 +02:00
go.sum Initial commit 2022-08-12 14:49:16 +02:00
main.go Initial commit 2022-08-12 14:49:16 +02:00

README.md

COOPGO Fleets

COOPGO Fleets is a vehicle management and booking service.

It provides :

  • a gRPC API to manage fleets of vehicles and bookings
  • availability information on véhicles
  • a flexible data schema to push any information on vehicles or bookings

It is not a full featured booking platform but just a microservice intended to be used as part of a bigger platform, like the COOPGO Technical Platform. It doesn't provide any king of booking UI or management interface.