Geo-centric content sharing
Make sure to create local postgres database named 'dropzone'.
Initialize Alembic for migrations:
$ python manage.py db init
Create migration:
$ python manage.py db migrate
Apply upgrades to database:
$ python manage.py db upgrade
Install required dependencies:
$ pip install -r requirements.txt
Run the app:
$ python run.py