This is the Trips API for the MyDriving service.
The server was generated by the [swagger-codegen]
(https://github.com/swagger-api/swagger-codegen) project.
By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.
To run the server, follow these simple steps:
go run main.go
To run unit tests, execute:
go test ./tests
To run all integration tests, execute:
go test
Note: this requires an actual database connection, so the required ENV variables need to be present.