HopIn is a carpooling app built with Django and React Native
- Post rides to and from any location
- Driver/Rider safety verification
- ✨Magic ✨
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
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