Skip to content

JayLohokare/iot-management-webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install NodeJS, NPM, ExpressJS, MongoDB

Install the dependencies mentioned in package.json using command inside the app directory:

npm install

Folders content:
bin: Contains www file which runs the server public: Contains files and folders accessible throughout the project for rendering _routes: Files which interact with DB and fetches the data for webpages dynamically _views: The UI part of the webpage _App.js: main file for the project, which handles all the requests made to the app

Run the server by executing the following command.

node www

Replace the IP address in the codes with IP address of MongoDB where ever applicable

This project is a sub-module of ConnectX IoT platform. Refer https://github.com/SkylineLabs/ConnectX-IoT-platform for more details

License

Apache License Version 2.0

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.1%
  • HTML 26.8%
  • CSS 14.1%