Python v3, install pymongo and mongodb
- Run mongod to start the database
- Run python loadData.py, it should take several minutes to fully seed the database
- Run python searchData.py, right now you have to edit this file with your search query.
Python v3, install pymongo and mongodb