Technologies | Requeriments | Getting started
This project was developed using the following technologies:
The project aims to facilitate the management of your plants. Remembering you when you water and also the best ways to take care of your plants. Using libraries and APIs such as Asyncstorage, Datetimepicker, Axios, JSON-Server, React Hooks and more.
- Yarn
- Node.js
- Npm
- Expo
- JSON-SERVER
Clone the project and access the folder
$ git clone https://github.com/viniciuspetrachin/plantmanager-react-native.git
& cd plantmanager-react-native
$ yarn install
$ expo start
# IN ANOTHER BASH
$ cd plantmanager-react-native && json-server ./src/services/server.json --host 192.168.15.4 --port 3333 --delay 815
# AFTER THAT RUN EXPO IN YOUR DEVICEYou need JSON Server to be able to emulate the database.

