An app developed for the user to be able to register plants and be reminded of when to water them.
You can see the project layout here. Developed during the Rocketseat NLW #5.
# Clone this repository
$ git clone https://github.com/adelonmedeiros/plant-manager.git
# Go into the repository
$ cd plant-manager
# Open the repository in the IDE (If you use VS Code)
$ code .
# Install dependencies with npm or yarn
$ yarn or npm install
# Start the application
$ expo start
# Start the fake api to simulate requests (replace <iphere> with your ip local address)
$ yarn server (
change to your <ip> in the package.json file, line 9)
Or
$ json-server ./src/services server.json --host <iphere> --port 3333 --delay 700
# Ready!