code-challenge
code-challenge copied to clipboard
FedericoDominguez's Submission ⭐
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.htmlfile with the necessary ids for the JS code to work - Complete
index.jswith 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.pyto parse the address - Added the necessary tests in
tests.pyto ensure the addresses are parsed correctly.