Steps to set up locally
- Press download code on this repository
- Copy the https URL
- In terminal in a folder of your choice, run "git clone <-- copied url --> "
- Cd to the project root directory
- Run "npm install" to install dependencies
- Run "npm start" to run locally on your machine
Custom code is found in App.js and Components folder. Rest is boilerplate react code.
When testing, relevant information can be gleaned about the PUT Request by opening up debugger console to view logs.