code-challenge icon indicating copy to clipboard operation
code-challenge copied to clipboard

FedericoDominguez's Submission ⭐

Open FedericoDM opened this issue 1 year ago • 0 comments

In this PR, I am adding my submission for DataMade's code challenge.

The changes include:

  • Editing the dockerfile to add npm for docker-compose to work
  • Edit the index.html file with the necessary ids for the JS code to work
  • Complete index.js with code to submit the request's content to the API and parse the response's content to the corresponding html file
  • Completed the necessary endpoints in views.py to parse the address
  • Added the necessary tests in tests.py to ensure the addresses are parsed correctly.

FedericoDM avatar Jul 18 '24 00:07 FedericoDM