Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 481 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 481 Bytes

delivery_calculator

Building a DOPC ~ Delivery Order Price Calculator as a case for Wolt internship program 2025

The basic logic of my code consists of:

  1. requirements.txt

  2. main.py

  3. app.py

  4. "API" folder ~ init.py (empty as others) , endpoints.py

  5. "models" folder ~ init.py , calculator.py , location.py , order.py

#empty, because the whole code isn't completed yet

  1. "tests" folder ~ init.py , api_test.py , calculator_test.py