Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 328 Bytes

File metadata and controls

21 lines (16 loc) · 328 Bytes

Delivery Order Price Calculator service (DOPC)

Quick Start

Install Nox:

pip install nox

Run nox to install dependencies and run tests:

nox

Run test server on localhost:8000:

nox -s server

That's it! :3

Please check noxfile.py for more available commands.