Skip to content

karuu6/HopIn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HopIn

A carpooling app

HopIn is a carpooling app built with Django and React Native

Features

  • Post rides to and from any location
  • Driver/Rider safety verification
  • ✨Magic ✨

Installation

Add the following to your .zshrc or .bashrc and then source it to use google maps api key:

export GOOGLE_API_KEY=<insert key here>

HopIn requires Python and Django to run.

Install the dependencies and start the server.

cd HopIn
pip install -r requirements.txt --use-pep517
cd hopin
python manage.py migrate
python manage.py runserver

Testing

To run test cases ensure you are in the hopin folder

python manage.py test backend

Installation Steps for React Native

cd HopIn
cd my-app
npm install
npm run web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •