Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
/ rideshare Public archive

an uber/lyft app using Django, Django Channels, and React

Notifications You must be signed in to change notification settings

eea76/rideshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rideshare

This app is basically a clone of Lyft/Uber that leverages Django and React to provide a lightning-fast lightweight intro on how these two frameworks interact with each other. Users are updated on the status of a ride (requested, started, in progress, completed) with real-time alerts. I integrated websockets using Django Channels to achieve this functionality.

In addition to Django and React, this app makes use of the following:

  • Cypress
  • Docker
  • Django REST Framework
  • nginx

Signup, login, routing, and everything else front-end related are handled in React while Django is responsible for issuing JWT tokens, writing data to tables, and all other API-related tasks.

About

an uber/lyft app using Django, Django Channels, and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published