As a user, In order to add Products, I need to to be able to add a product by clicking that add button
Acceptance Criteria
When the add button is clicked
Then a modal should pop up with input fields
And on that modal there should be a close and save changes
And when the user clicks the add button the newly added product should save and render on the products home page
Technical Notes
Create a post request for the add
When the add is successful then the new product should render
Story
As a user, In order to add Products, I need to to be able to add a product by clicking that add button
Acceptance Criteria
Technical Notes