QuickSave is a first responder system meant to aid our heroes in times of crises, including natural disasters and emergencies. QuickSave combines a number of featuree that work together to tive users real-time data that is quick to absorb, allowing them to make better decisions to save people. Oour features utilize the use of big data analytics to provide custom data with the goal of conveying the status of an ongoing emergency.
Clone this repository in your desired directory and run yarn install
.
yarn start
- to run the dev server
- Initialize local Python venv
cd POIGather
py -m venv .venv
- Setup virtual environment
.venv\Scripts\activate
pip install -r requirements.txt
- Run API server
py getter.py
http://127.0.0.1:5000/getLocationsJSON?lat=1.24433&long=103.21444
Optional Query Parameters:
lat
: latitudelong
: longitude
Enter google map url, (eg. https://www.google.com/maps/@1.317967,103.9089941,17z?entry=ttu) into the search bar to get all the point of interest. Navigate through to the place you want to go.