Communication system between webmasters and users using browser extension and web application.
- Install required pip packages like this:
pip install -r requirements.txt
- Start the server
python app.py
- Access the bookmarks list at http://localhost:8000/books with your browser. The port number can be changed by editing the last line in the app.py file.