Skip to content

Donation network to match people that only need one pair of a shoe with others that share similar measurements and want the other pair.

Notifications You must be signed in to change notification settings

steveschannel/coalesce-api

Repository files navigation

Getting Started

This is a "donation network" that runs on docker/django/graphene/postgres+gis extensions.

Usage

Running locally via docker

You can bring the applications up in background mode using:

$ docker-compose up -d # start server in detached (background mode)

Common Commands

Restart api or celery jobs to take in your changes:

$ docker-compose restart api

Make migrations

$ docker-compose run --rm api ./manage.py makemigrations --noinput # setup the database

Run Migrations

$ docker-compose run --rm api ./manage.py migrate --noinput # setup the database

Load some fixtures for testing.

$ docker-compose run --rm api ./manage.py loaddata --app plan plan/fixtures/* # optional: load fixtures for development setup the database

About

Donation network to match people that only need one pair of a shoe with others that share similar measurements and want the other pair.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published