Git Product home page Git Product logo

power_management_system's Introduction

Power management system project

Description

This is an IOT project for power management in houses.

The data value is pickup by sensors and send to Raspberry Pi 3 by MQTT protocol.

The Pi will then generate Json files to send to the database (MongoDB).

The above code is the implementation to query the data and put it to display.

Tech stack

The front-end is written in basic HTML, SCSS/CSS, Javascript.

The back-end is written using Express.js.

Code base structure

+-- auth // authentication on the front end
|   +-- loginform.js
|   +-- resform.js
+-- model // base user model
|   +-- user.js
+-- public // public files like images, css, front-end scripts
|   +-- css // styling of the project
|   |   +-- globals.css
|   |   +-- globals.css.map
|   |   +-- style.css
|   |   +-- style.css.map
|   |   +-- ...
|   +-- images // icludes images of the site
|   |   +-- logopng
|   |   +-- orange-background.jpg
|   |   +-- shake-hand.jpg
|   +-- chartscript.js
|   +-- charscript1.js
|   +-- script.js
+-- routes // contains all the routes 
|   +-- web_routes.js
+-- scss // contains all scss files
|   +-- _animations.scss
|   +-- _globals.scss
|   +-- _header.scss
|   +-- ...
+-- views // contains ejs files for the app
|   +-- partials // includes header, footer, ...
|   |   +-- head.ejs
|   |   +-- nav.ejs
|   +-- 404.ejs
|   +-- about.ejs
|   +-- home.ejs
|   +-- ...
+-- other files
+-- .env 
+-- website.js // running the web app

Features to implement

Using a front-end framework.

Testing.

Displaying in a variety of charts for better viewing.

power_management_system's People

Contributors

hilarious-tam-1019 avatar

Stargazers

Roman 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.