This is an IOT based website which is developed by my team as part of our project in 3rd semester engineering in Indian Institute of Information Technology, SriCity. This website reads the data sent from arduino and update those values in the database.
To clone and run this application, you'll need Git,Python and Pillow installed on your computer. I assume you already setup the Django environment on your machine, if not yet, then Google is your friend. From your command line:
$ git clone https://github.com/krishnadey30/Plant-Irrigation-System.git
$ cd Plant-Irrigation-System
$ python manage.py makemigrations && python manage.py migrate
$ python manage.py runserver
Note: If those commands is not working, please open issue with detailed error messages.