API that provides the ability to search an address book for a customer based on surname
Requires Docker to be installed
- cd to the project directory (Moo)
- run cmd "docker build -t python-moo ."
- run cmd "docker run -d -p 5000:5000 python-moo"
- The application is now running on http://127.0.0.1:5000/ !
Navigate to "http://127.0.0.1:5000/search/surname" to search for all customers with a given surname from the csv of mock data.
Specific individual customers can be retrieved using the url "http://127.0.0.1:5000/search/surname/index" where index is the location of the customer desired in the list of all customers with a given surname (i.e. 0 for the first entry)
Mock data generated from https://www.mockaroo.com