Skip to content

A Ride-Share Web app based on Django (A simplified Uber).

Notifications You must be signed in to change notification settings

Tono-vacn/RideShare_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ride Share APP

Overview of Implementation

  • Driver, User Registration
  • Ride Share System
  • Ride Status
  • Driver Comfirmation, Completion
  • With CSS Style

How to run it

After activating your google api service and adding credentials.json, You can run it in both ways:

  1. Set up postgresql according to settings.py:
cd web-app
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
  1. Set up docker and run it directly. Don't forget to change CSRF_TRUSTED_ORIGINS in settings.py:
sudo docker-compose up

About

A Ride-Share Web app based on Django (A simplified Uber).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published