Conecting various devices over a network using APIs.
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