/plantmanager

Primary LanguageTypeScriptMIT LicenseMIT

Plant Manager

Plant Manager

Technology   |    Project   |    Getting Started   |   License

🚀 Technology

This Project was developed with the following technologies:

💻 Project

Plant Manager is na app that help people finding the best plant for each place in a house and also help taking care of then, managing the watering cycle for each one, notifying the owner the exact time to watering the plant.

⚙️ Getting Started

Clone project repository to your local directory:

  $ git clone https://github.com/EdlanioJ/plantmanager.git

Install project dependencies:

  $ npm install
  # or
  $ yarn install

Create a file .env with the following template .env.example.

Run the project in development mode:

  $ npm run start
  # or
  $ yarn start

Run the server:

  $ npm run json-server ./src/services/server.json --host { YOUR_NETWORK_IP } -p 3333
  # or
  $ yarn json-server ./src/services/server.json --host { YOUR_NETWORK_IP } -p 3333

Open with Expo Go app on Android or Iphone, scanning the QR code.

:memo License

This project is under the MIT license. See the archive LICENSE for more details.

Made with ♥ by Edlânio Júlio.