This is a mobile IoT app for monitoring the waterlevel of your plants. To make this Ionic App a useful application, you need the water humidity sensors I developed, which send data to an ESP8266 Wifi modul. This module has to be connected to the wifi through the app to send the sensor data to a cloud server account specific. The app then fetches the plant data from the database of the cloud server and displays it.
Clone the repository:
git clone https://github.com/PatrickHallek/Gif-Calendar
Install the the NoSQL-database from here: MongoDB
Install all node packages for the Angular frontend:
npm install
Install all node packages for the Node.js backend:
npm install ./backend
Start the frontend (running on port 4200):
npm start
Start the backend (running on port 3000):
npm start ./backend