-[Flask](http://flask.pocoo.org/)We recommand using [virtualenv](https://virtualenv.pypa.io/en/stable/) to install dependencies inside application sandboxInstall the project dependencies:```bashpip install-e .```## DevelopmentStart the web server:```bash