/Ride-Hailing

A realtime ride-hailing application build in Django and Reactjs in a Test-Driven-Development fashion

Primary LanguageJavaScript

Demo

The-Uber-Clone.mp4

All the elemental libraries and frameworks used in this

  • Back-end

    • Python
    • Django
    • Django REST Framework
    • Django Channels
    • Postgres
    • Redis
    • JSON Web Tokens (JWTs)
    • pytest
  • Front-end

    • JavaScript
    • React
    • React Hooks
    • Formik
    • Cypress
    • WebSockets
    • Geolocation
  • Tools

    • Docker
    • Google Maps

Initiating my PRODUCTION BUILD NOW

#Login Info user-1: rider kaiHavertz@chelsea.com test user-2: driver christianPulisic@chelsea test

Just simply run the App in Docker

open the docker dashboard and click run on the taxi-app

How to configure without a Dockerfile

export PGDATABASE=taxi
export PGUSER=taxi
export PGPASSWORD=taxi

How to configure with a Dockerfile

Ride-Hailing

For Admin purpose

• chinmay_dali || test@1234 

this was formated in package.json

"eslintConfig": {
    "extends": [
        "react-app/jest",
    ]
},