ishukhanchi / connectingdevices

Connecting various devices over a network using APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

connectdevices

Conecting various devices over a network using APIs.

Steps to install django:

Steps to setup:

Clone the repository. git clone https://github.com/ishukhanchi/connectingdevices.git

Open terminal and follow following commands:

  • Change directory to repository. cd connectingdevices
  • virtualenv env --no-site-packages
  • source env/bin/activate
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py runserver
    and open localhost:8000 on your browser to view the app.
  • To stop serving the website, press ctrl+c.
  • Code can be modified in any text-editor. Eg:Sublime-Text.
  • Changes will be reflected in the app by using commands:
    python manage.py migrate
    python manage.py makemigrations

About

Connecting various devices over a network using APIs.


Languages

Language:Python 87.0%Language:HTML 13.0%