Interactive web application making use of the 'Bored' API that fetches activities based on user's choice
How to run locally
- Create a virtual environment
- run using pip
pip install -r requirements.txt
to install the required modules - run
python -m foodie
in the terminal/command-prompt