Building a DOPC ~ Delivery Order Price Calculator as a case for Wolt internship program 2025
The basic logic of my code consists of:
-
requirements.txt
-
main.py
-
app.py
-
"API" folder ~ init.py (empty as others) , endpoints.py
-
"models" folder ~ init.py , calculator.py , location.py , order.py
#empty, because the whole code isn't completed yet
- "tests" folder ~ init.py , api_test.py , calculator_test.py