git clone git@github.com:speedbot/bol.git
virtualenv -p python3 venv
source venv/bin/activate
pip install -r reqs
python manage.py migrate
python manage.py runserver
python manage.py createsuperuser
- Shipment Details API
http://127.0.0.1:8000/api/shipment/
- Client CRUD API -
http://127.0.0.1:8000/api/client/
- Initial Sync API -
http://127.0.0.1:8000/api/shipment/initial_sync/
- Admin interface for cron jobs -
http://127.0.0.1:8000/admin/
celery -A bol worker --loglevel=info
celery flower
celery -A app beat -l INFO --scheduler django_celery_beat.schedulers:DatabaseScheduler