This program manages Uber-Movement trips information, specifically, it provides a CLI tool to query the average time of a trip based on certain basic trip criteria, namely, the ID of the origin location, ID of the destination location and hour of the day.
- Process the data.
make data
- Launch server.
make run_server
- Launch client.
make run_client