/web-server-c

Prácticas del curso de Sistemas Operativos

Primary LanguageC

Web Server in C

Description

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.

Demo

cli_demo

Usage

  1. Process the data.
make data
  1. Launch server.
make run_server
  1. Launch client.
make run_client