omeraslandogdu / vroom-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Delivery Optimization API

Prepare environment

$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Run

$ python run.py

or 

$ docker build . -t delivery_optimization
Service will be available at http://localhost:1881/

Example request will be found in the Postman Collection.

Postman Collection : Delivery Optimization.postman_collection.json

About


Languages

Language:Python 97.9%Language:Dockerfile 2.1%