taylodl / MortgageApp

Apache License 2.0
0 stars 0 forks source link

Need to make a web service around this mortgage calculator #3

Closed taylodl closed 9 months ago

taylodl commented 9 months ago

The service will be invoked via a GET request using the following query parameters:

?months=

?amount=

?apr=

Use Flask

taylodl commented 9 months ago

Done.

Encountered issues with using the query string values directly since they're not numbers. That's something that never showed up in the Jupyter notebook.