Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 553 Bytes

File metadata and controls

31 lines (24 loc) · 553 Bytes

Simple Implementation of logistics flow

We have separate APIs for all the states so that if we want to add more functionalities to each states in future.

Requirements

1. Python 3.5
2. Django 2.0
3. PostgresSQL 9.6

Create Virtual Environment

Follow instructions at: http://pypi.python.org/pypi/virtualenv

Install Requirements

pip install -r requirements/base.txt

Run Migrations

python manage.py migrate
python manage.py loaddata initial_data

Run Server

python manage.py runserver