GithubHelp home page GithubHelp logo

monitor-iot-fuel-distribution-dashboard's Introduction

Monitor IoT Fuel Distribution Dashboard

This repository will explain how to access the dashboard for IoT fuel distribution management system. There are two ways for accessing the dashboard. First, we can directly accessing this dashboard via google data studio. Second way is accessing in our local machine, this repository provides the file that was developed by django. For more information about this project development, kindly check to this link.

How to clone this repository

  1. Open the terminal in our personal computer.

  2. go to the root directory that will be save our clone. for example

cd project/ms5group3
  1. Then clone this repository with the command below:
git clone "https://github.com/rifatrkf/Monitor-IoT-Fuel-Distribution-Dashboard"
  1. We need to create the virtual environment before installing django. To find out why we use a virtual environment, we can see in the following link Python Virtual Environment

  2. Create and activate a virtual environment (virtualenv) with the name 'env'.

sudo pip3 install virtualenv
virtualenv env	
source env/bin/activate	
  1. install the latest Django via pip
pip install Django
  1. To run the dashboard, go to the milestone5 directory
cd milestone5
  1. run the development server "manage.py" using python
python manage.py runserver

if using python3 use this command

python3 manage.py runserver
  1. Then a message like the one below appears
Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
February 19, 2022 - 11:31:19
Django version 4.0.2, using settings 'milestone5.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
  1. Finally, Browse http://127.0.0.1:8000/ . then it will show

image

monitor-iot-fuel-distribution-dashboard's People

Contributors

rifatrkf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.