dlateg / Uber-inspired-web-app

A web app inspired by uber that uses stored vehicle data in a sql db. User enters their location and the nearest vehicle to user's location is displayed on the map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A web app similar to uber

A web app inspired by uber that stores vehicle data in the db. User enters their location and the nearest vehicle to user's location is displayed on the map. The app uses flask to render the html and for the api interaction and also utilises google maps api to display the map along with markers or the path.

Steps for running:

  1. Make sure to update the google api key in config.py with your own key
  2. Ensure you have atleast python 3.10.0 installed on your system
  3. Clone this repository into your local
  4. Install the required modules if necessary using pip (e.g pip install flask, pip install sqllite)
  5. Run the app using command - > python main.py
  6. Browse to http://127.0.0.1:5000/

Quick demo of the app

bandicam.2024-02-06.21-52-44-254.2.mp4

About

A web app inspired by uber that uses stored vehicle data in a sql db. User enters their location and the nearest vehicle to user's location is displayed on the map


Languages

Language:HTML 41.8%Language:Python 36.4%Language:JavaScript 21.8%