Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 307 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 307 Bytes

Sports Products

Simple application that demonstrates integration of AngularJS, Flask Python and MongoDB.

Configure

Import initial products into MongoDB:

mongoimport --db products --collection products --file products.json

Run Locally

  1. pip install -r requires.txt
  2. python runserver.py