Question
The Challenge The office has 5 plants, and no one to water them. We dont want them to die. Create a .NET Core (Web API)
The Challenge The office has 5 plants, and no one to water them. We dont want them to die. Create a .NET Core (Web API) solution with a React front-end that enables a user to water our plants remotely.
User Stories
As a user, I want to see a list of plants on a web page, as well as their watering status
As a user, I want to start and stop watering of a plant. A plant takes 10 seconds to water.
The system should support watering multiple plants at the same time.
Plants need to rest from watering, so as a User, I should not be able to water the plant again within 30 seconds of the last watering session.
As a user, I should be visually alerted if a plant hasnt been watered for more than 6 hours.
Other Requirements The backend must be written in .NET Core (Web API) adhering to REST API specification.
The frontend must be written React framework.
Provide clear instructions on how to launch the website.
Please use Redux for state management.
Edit: Question has all the required info.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started