/Old-Pokedex

A pokemon collection app

Primary LanguagePython

A simple Pokedex app

To run do the following

  1. Install everthing using pip install -r requirements.txt
  2. Run makeUserInMongo.py to generate the initial DB values in mongoDB
  3. Run python app.py
  4. Open browser with address localhost:8000