Skip to content

This repository contains a web based c++ taxi reservation program with users as passengers and drivers developed in Advanced Programming Course provided in University of Tehran.

Notifications You must be signed in to change notification settings

MahdiNoori2003/Utaxi-UT-AP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utaxi UT AP

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.

Utaxi

Table of Contents

Requirements

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.

Usage

  1. Clone the repo
  git clone https://github.com/MahdiNoori2003/Utaxi-UT-AP.git
  1. Open terminal in folder and Make the .out file using make command :
 make
  1. 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
    
  1. Enjoy 🚖

Credits

contact

About

This repository contains a web based c++ taxi reservation program with users as passengers and drivers developed in Advanced Programming Course provided in University of Tehran.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published