This is a web based c++ taxi reservation program with users as passengers and drivers.
The project has been developed based on APHTTP web server that you can find here in c++ for an assignment in AP course in University of Tehran.
This project works with c++ 14 or higher versions so make sure to meet the needs. 😄
The project has been included with a locations.csv
file for map locations which you can replace it with your own.
- Clone the repo
git clone https://github.com/MahdiNoori2003/Utaxi-UT-AP.git
- Open terminal in folder and Make the
.out
file using make command :
make
- After the
.out
file was made run the command below to start the sever :
./myserver.out locations.csv
-
Note :
location.csv is the relative path of the loaction file the server runs on http://localhost:5000 but you can change the port in main.cpp
- Enjoy 🚖