Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.28 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.28 KB

Ionic Mobile Water Monitoring App

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.

Ionic App Ionic App

Installation

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

License

MIT