Vários lugares usam plantas, seja em casa ou no comércio, e hoje em dia o ser humano está cada vez mais ocupado, então acaba esquecendo de regar as plantas. O Plantmanager veio resolver este problema, com este aplicativo você saberá quando e como regar suas plantas !!
Link figma: https://www.figma.com/file/IhQRtrOZdu3TrvkPYREzOy/PlantManager/duplicate?node-id=0%3A1
Clone the project and access the folder
$ git clone https://github.com/hmartiins/plantmanager
$ cd plantmanagerFollow the steps below
# Install the dependencies
$ yarn install
# Make a copy of '.env.example' to '.env'
# and set with YOUR environment variables.
$ cp .env.example .env
# Finally, run the api service in a development environment :)
$ yarn start
# Well done, PlantManager is started!This project is licensed under the MIT License - see the LICENSE file for details.