This project is created for the Backend + Frontend workshop hosted during BostonHacks 2022. It provides example code for creating a Chrome Extension with a Python Flask backend.
Both the Frontend and Backend have to be running before the application will work
- On the right-most icon of your Chrome taskbar (three vertical dots), select "More tools" and "Extensions"
- Enable Developer Mode in the top right corner
- Click the "Load unpacked" button that appears and select this project folder
- Download Python
- Run the following in your terminal:
# PATH_TO_THIS_FOLDER refers to the folder you place these files in.
cd <PATH_TO_THIS_FOLDER>
# If you have both Python 2 and Python 3 running on your computer, use pip3 and python3 instead.
pip install -r requirements.txt
python Backend.pyExperiment using different technologies!