Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 289 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 289 Bytes

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.