Starter app for managing users - login/logout and registration.
$ export APP_SETTINGS="project.config.DevelopmentConfig"or
$ export APP_SETTINGS="project.config.ProductionConfig"Go to the root folder of application install pip by command - sudo apt-get install python-pip
execute - pip install -r requirements.txt
brew install mysql
pip install MySQL-python
SECRET_KEYSQLALCHEMY_DATABASE_URI
$ python manage.py runserver