This project is an APP that reminds people to give water to their lovely plant.
Technologies that I used to develop this web client
Caso estejam nas versões 14.16.0 e 6.14.11, respectivamente, (ou posterior) a atualização ocorreu com sucesso.
Start Setup
Clone the project and access the folder
$ git clone https://github.com/robsonamendonca/nlw5-rn-plant-manger
Follow the steps below for Web Version
# Go to project folder
cd nlw5-rn-plant-manger
# Install the dependencies
$ yarn install
# Install expo on your phone
# Start project
1. start API:
a) - edit file: \src\services\api.ts
-- (line: 4) replace: baseURL: 'http://192.168.15.5:3333',
to
baseURL: 'http://999.999.99.9:3333',
-- replace 999.999.99.9 to YourIP
b) - json-server src/services/server.json --host 999.999.99.9 --port 3333 --delay 700
-- replace 999.999.99.9 to YourIP
-- replace 999.999.99.9 to YourIP (example: 192.168.1.10)
2. start EXPO
- expo start
# Open the project on your phone scanning the QR code
This project is licensed under the MIT License - see the LICENSE file for details.
Made with 💜 by Robson Mendonça during NLW #5 👋 See my linkedin