Skip to content

brandon-ykw/zimride-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zimride-app-backend

Zimride is a rideshare service used by many Cornell students. Because they did not operate a mobile application, Shane Yun, Nikita Lang and I decided to make one. Shane designed, Nikita created the frontend, and I developed the backend APIs,

Setup:

cd src # change directory
virtualenv -p python3.6 venv # create a virtual environment
source venv/bin/activate # enter the virtual environment
pip install -r requirements.txt # install the required packages

Running the App:

source venv/bin/activate # enter the virtual environment
sh run.sh # start running the app

Testing:

Use Postman to test the routes as in /src/routes.py

About

Backend for a rideshare mobile application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages