Installed Django and Django REST.
Performed code:-
$ pip3 -V$ sudo pip3 install -U setuptools$ sudo pip3 install -U django$ sudo pip3 install -U djangorestframework$ sudo pip3 install -U django-filter$ sudo pip3 install -U markdown$ sudo pip3 install -U requestsInstalled MariaDB server and client using listed codes :-
$ sudo apt-get update$ sudo apt-get install mariadb-server mariadb-client$ sudo apt-get install python3-mysqldb$ sudo pip3 install -U mysqlclient$ sudo mysql_secure_installationInstalled psutil (process and system utilities)
$ sudo pip3 install -U psutilAdafruit_Python_DHT library
$ git clone https://github.com/adafruit/Adafruit_Python_DHT.git$ cd Adafruit_Python_DHT$ sudo python3 setup.py install$ cdAdafruit_Python_BMP library
$ git clone https://github.com/adafruit/Adafruit_Python_BMP.git$ cd Adafruit_Python_BMP$ sudo python3 setup.py install$ cdAdafruit_Python_ADXL345 library
$ git clone https://github.com/adafruit/Adafruit_Python_ADXL345.git$ cd Adafruit_Python_ADXL345$ sudo python3 setup.py install$ cdSuccessfully installed Flask and Ngrok in Raspberry Pi
$ sudo pip3 install -U flask-ask$ sudo pip3 install 'cryptography<2.2'$ sudo wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip$ sudo unzip ngrok-stable-linux-arm.zipSuccessfully installed Apache web server and PHP in Raspberry Pi
$ sudo apt-get update$ sudo apt-get install apache2$ sudo service apache2 restartPerformed Apache2 Debian default page and also printed "Hello World!"
Created Database and granted all privileges that listed in github repository.
1. Installed VNC viewer in laptop and setup the Raspberry Pi using IP of the Pi and also installed PuTTY in system for using Raspberry pi terminal in windows.