How to use this repository:
quotes.json
contains all the quotes. To add a quote, simply add a new object to the quotes array. The attributes used by the web app are documented in the JSON file itself in the "help" object. You may also add other attributes to the object if you wish, but they will not be used by the web app.
- python3 -mvenv venv
- source venv/bin/activate
- pip install -r requirements.txt
- python3 app.py
- Open a web browser and navigate to http://localhost:5000