Skip to content

adityaviswanathan/dropzone

Repository files navigation

dropzone

Geo-centric content sharing

initializing database

Make sure to create local postgres database named 'dropzone'.

Initialize Alembic for migrations:

$ python manage.py db init

running migrations

Create migration:

$ python manage.py db migrate

Apply upgrades to database:

$ python manage.py db upgrade

running the app

Install required dependencies:

$ pip install -r requirements.txt

Run the app:

$ python run.py

About

Geo-centric content sharing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published