Skip to content

SaraaSameer/GariKaro

 
 

Repository files navigation

Overview

Gari Karo is a car pooling management system which helps users to find rides in a short period of time. It not only aids travelers but also drivers who are traveling alone can ask for fellow passengers through our application. Initially this project is aimed for the students of FAST NUCES-Karachi only.

Project Goals

  • Functional Goals: It allows users to add a new ride and search for available rides using the source and destination feature. In terms of authentication purposes , the user will be notified of a verification while signing up.
  • Technological Goals: Location analysis through Google maps is the backbone of our project. The application will search for the intersection between the user’s route and all available rides and suggest a shortest possible route to the user.
  • Quality Goals: The proposed system is user friendly. Good communication will be established between admin and users. Details of drivers and users will be maintained through the database.

Proposed Solution

The project will deliver a solution to improve the mobility of our students through carpooling, a way through which drivers can share their private vehicle in order to split the cost and users can request a comfortable ride at reasonable rates. Our project work will go through the conceptual phase first and then the development phase.

How to execute

NOTE: You must have pip and python pre-installed in your system

  1. Clone this project on your local repository

git clone

  1. Install required packages

npm install

  1. Install additional packages

npm install react-bootstrap@next bootstrap@5.1.0 npm i --save @fortawesome/fontawesome-svg-core npm install --save @fortawesome/free-solid-svg-icons npm install --save @fortawesome/react-fontawesome npm install --save @fortawesome/free-brands-svg-icons npm install --save @fortawesome/free-regular-svg-icons

  1. Start the front-end application

npm start

  1. Go to the back-end directory

cd Backend

  1. Install required packages

npm install

  1. Start the back-end application

node app.js

Technology Used

Future Roadmap

  • Scale it to a Mobile Application
  • Make it generic for every institute

Contact

  • Mustafa Bawany
  • Ahsan Naqvi
  • Sara Sameer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.0%
  • CSS 16.0%
  • HTML 1.0%