In light of recent protests and the increased participation in the Black Lives Matter Movement, we want to create an interactive map of small, black-owned and POC-owned businesses in New York City to allow users to easily find ways to shop small and support POC businesses near them.
We are using data from NYC Open Data, Open Source Excel sheets shared on various websites, and the Google Maps API to plot businesses on an interactive map.
Users of the application can give names to unnamed small businesses (not named on NYC Open data)
Users will be able to give certain tags and attribute certain photos and comments to the businesses
- First clone this repository
git clone https://github.com/KathyLau/shop-poc
- Make sure you have python and pip installed
- Install requirements
pip install -r requirements.txt
- Run flask app
python app.py
- Go on https://127.0.0.1:5000 !
Kathy Lau and Doria Chen