My version of Udacity's Full Stack Foundations "Puppy Shelter" Exercise.
##Installation:
- Install all requirements.
- Download the contents of this repo.
- Open command prompt.
- Enter
cd [directory of your choice] && python puppy_populator.py && python runserver.py
- Access http://localhost:5001/shelters
- Dones^^
##Requirements:
- Python2
- Flask
- WTForms
- SQLAlchemy
- SQLite3
(_Alternatively_, if you run vagrant and git, you can just:
`git clone https://github.com/udacity/fullstack-nanodegree-vm.git fullstack`
and `vagrant up`.)
##Issues: n/a
###Todo (in order of importance):
- Change "weight" form model and model type to Decimal, somehow!
- Elegantly fail when puppies are over capacity
- Integrate OAuth
- Incorporate unit testing
- Create an installer script
##License: This repo is distributed under the MIT License.