Skip to content

BUMETCS673/project-team-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GearOnTheGo

Roles:

Team Leader: Samantha Mathis

Requirements Leader: Saahil Vashishta

QA Leader: Lazaro Perez

Design and Implementation Leader: Jian Song

Security Leader: Ahnaf Tajwar

Configuration Leader: Shajee ur Rehman

Summary:

Our project is a recreational equipment rental service web application. Our vision is to align people who are in need of these recreational equipments, examples include(canoes, kayaks, mountain bikes, boats, jet skis etc), with people who have the equipment readily available for others to use for a specified time. The functionality of the site is to allow users to choose items that are posted by individuals in their vicinity who need these items.


Deployment:

GearOnTheGo.com


How to:

Instructions to set up Flask

  • cd code/Backend/flask-backend

Requirements need to be unstalled and than reinstalled if already installed

  • pip uninstall -r ../requirements.txt

  • pip install -r ../requirements.txt

  • Python3 app.py

Instructions to set up React

  • cd code/Frontend/react-frontend

  • If Nodejs is not Installed:

    • Download nodejs from nodejs.org
  • If Nodejs is Installed but not npm:

    • npm install
  • If Nodejs and npm is installed:

    • npm start