This is a full stack app. It uses MongoDB cloud for the database, NodeJS
and Express for the backend, and React for the front end.
Each plant specimen has a range atmospheric conditions it survives in, such as temperature and humidity.
Sometimes a hailstorm or a heat spell can hit us and damage or kill our beloved plants. Half of this app is dedicated
to alerting the user if such extreme conditions would come in the next days. For that, it uses the blogging part of
the application, where the user can upload the progress of each plant along the information of the species, and that info
is used to check agains the weather API for extreme conditions.