Here is my implemenation of the asset store:
To run:
- go to the root directory
- type
python app.py
- go to localhost:5000 in a browser
To test:
- go to the root directory
- type
python -m pytest
Make sure the python modules flask and pytest are installed.