SnappyFix is a way for inquisitive or puzzled individuals to get their questions answered, live. It's a community-driven web application that users can navigate to in order to quickly chat with a live person that can solve their technical issue.
- Install python3 and tornado
sudo apt-get install python3
pip3 install tornado
- Clone repository or download zip
- Run main.py, server will be hosted on port 9009 by default
python3 main.py
- On the local machine, go to a browser and enter http://localhost:9009/ in the address bar to access the application. If other computers are on the same network, you can enter the IP address (with port 9009 at the end) of the machine running main.py to access the application as well.