code-challenge
code-challenge copied to clipboard
A code challenge to recreate the address parsing form in DataMade's Parserator app.
## Overview My submission for the code challenge! ### Notes I hope this works!
## Overview This is my Pull Request for the code-challenge. Below are some testing instructions to confirm that all requirements have been fulfilled. ### Notes If I had more time...
## Overview Satisfies all requirements defined in the README.
Connected the provided API to the form as well as added some rudimentary error handling. Thanks!
Demo  Parsed Address Components: Notes The API endpoint URL is currently set to http://localhost:8000/api/parse and should be updated for production. Ensure Docker is running before starting the application. Testing...
## Overview This PR implements the address parser functionality, allowing users to parse US addresses into components such as AddressNumber, StreetName, and ZipCode. It includes: - A Django API endpoint...
## Overview This is my attempt for DataMade code challenge, I have fixed most of the bugs associated with it I have also implemented the Null Value Error that usadress...
## Overview Brief description of what this PR does, and why it is needed. Closes #XXX ### Demo Optional. Screenshots, `curl` examples, etc. ### Notes Optional. Ancillary topics, caveats, alternative...
parserator for code-challenge
## Overview Brief description of what this PR does, and why it is needed. Closes #XXX ### Demo Optional. Screenshots, `curl` examples, etc. ### Notes Optional. Ancillary topics, caveats, alternative...