Skip to content

carvalhoedsonn/plant-manager

Repository files navigation

EVENT

🗂️ Topics

🌱About

Application created to manage your plants in an easy way.

We help you never forget to water and take care of your plates.

💅🏻Layout

📌Features

User name registration.
Option to choose the plant you want.
Register the plant you want and the time you want to be reminded to water it.
See the plants registered in your account.
Delete any plant you want from your profile.
Receive notification when a plant is in the watering time.

🤓How to use

Prerequisites

To be able to use the application, you need the following tools:

Git Node.js IOS or Android emulator Expo

Running the app

# Clone this repository
$ git clone <https://github.com/ejscf/plant-manager.git>

# Open the APP folder on the terminal
$ cd plant-manager

# Install all APP modules
$ npm install or yarn install

# Now just turn on the APP
$ expo start

Running the server

# Install the "json-server" module
$ yarn global add json-server or npm install -g json-server

# Go to the "services" folder and in the "app.ts" file
# Add your IP at "http://YOURIP:3333"

# Now just run the following command
$ json-server ./src/services/server.json --host <yourIP> --port 3333 --delay 700

💻Technologies

The following tools were used in the construction of the project:

📜License

LICENSE

✍🏻Author

Edson Jorge 🦔

About

Manage your plants in an easy way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published