GithubHelp home page GithubHelp logo

kartik189 / relaxitaxi Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 28 KB

A C++ console application build to develop a backend clone similar to that of Uber/OLA using C++ and MYSQL database.

C++ 95.96% C 4.04%

relaxitaxi's Introduction

RelaxiTaxi

A C++ console application build to develop a backend clone quite similar to that of Uber/OLA.

Technologies Used:

  1. C++ console application.
  2. MySql Database.

Features

  1. Reusable functions that perform CRUD operations & can be reused depending upon queries.
  2. After a driver registers, he first has to be verified by Employee before being able to start taking trips,which is also a part of software.
  3. A trip linked with a particular driver depending upon the source of customer and the driver's current location.
  4. After succcessful completion of trip the parameters of Driver like (Current Location,Number Of Trips,Reviews,Booking) gets updated.
  5. Reviews taken from customer and updated in driver database.

ID Generation(Unique)

  1. ID for new driver and customer generated by getting a mex value, so that ID lost by drivers removed can be reused.
  2. ID for new trips generated in an increasing order since all trips till date are stored in database and we want no duplicacy.

Flow Diagram: Project_Diagram

Database

  1. Driver Table
  2. Customer/Passenger Table
  3. New Trips Table(Contains records of New Trips By registered Customers)
  4. Booked Trips Table(Contains records of trips accepted by drivers in nearby region)
  5. Past Trips(Whole Collection of Trips Done Till Now that can be queried upon by Driver as well as Customer)

CRUD operations performed using MySQL syncronous queries.

ER Diagram ERDiagram

relaxitaxi's People

Contributors

kartik189 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.