- Extract database out of application folder, move into config folder
- Upgrade database with alembic config
- Major refactor in controllers, remove repeated code
- Add support for configuration profiles
`$ gstack-configure --profile exampleprofile`
`$ gstack --profile exampleprofile`
- Give user the ability to debug app
`$ gstack --debug True`
- Add unittests
- Improve coverage of response attributes