Max3kkk / WEndexBackend

The repository for assignment (backend for taxi app)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S21_PSS2

The repository for labs and home works.
All the tasks will be done in Clion with C++11 or C++14.
The tasks can be launched by executing main.cpp file or by opening a Clion Project, input and output files are stored in /cmake-build-debug folder

The task is to implement a backend for the WEndex.Taxi
Implement two gateways. Passengers (passengers mobile app) should communicate with the system only through PassengerGateway class. Drivers (drivers mobile app) should communicate with the system only through DriverGateway class
Passenger can:

  • register, login
  • select adresses, save favourite adresses
  • choose type of car( Economy, Comfort, ComfortPlus, Business...)
  • make an order, change payment method, ask for the bill, see the ride history and location of the car
  • see drivers(name, rating, car, status)
  • use several devices
    Driver can:
  • register, login, update status, accept or decline orders and see order history
  • change the car

About

The repository for assignment (backend for taxi app)


Languages

Language:C++ 96.8%Language:CMake 2.9%Language:C 0.4%