Go to file
soukainna 744af76df2 delete reservation 2024-09-02 21:36:03 +02:00
.gitea/workflows test actions 2024-04-05 12:18:27 +02:00
grpcapi Merge branch 'mika' into dev 2023-11-24 17:11:30 +01:00
handlers logic to update vehicles 2023-05-19 11:26:36 +02:00
storage delete reservation 2024-09-02 21:36:03 +02:00
.gitignore adding psql 2023-05-12 15:12:55 +02:00
Dockerfile Add status 2022-11-02 00:25:21 +01: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 [+] create branch mika 2023-09-06 13:36:02 +02:00
go.sum [+] create branch mika 2023-09-06 13:36:02 +02:00
main.go Filter vehicle administrators 2023-03-10 15:44:46 +01: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.