This is a terminal-based application which handles cab booking for users which uses C and MySQL.
You need gcc and mysql in order to run this program on your machine.
gcc cab_booking.c
./a.out
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.