Skip to content

senzprojects/AdminPanel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#AdminPanel An administrative panel for the senz switch. This will be used to make configurations, remove shares, add shares,add attributes etc.This interface is written in NodeJs, ExpressJs framework and uses jade.

###First Install Nodejs and set the Environment

sudo apt-get install build-essential checkinstall
sudo apt-get install libssl-dev
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
nvm install 5.0
nvm use 5.0
nvm alias default node

###Then Clone the repo.After cloning the repo. Run this in the directory project directory npm install

About

An administrative panel for the senz switch. This will be used to make configurations, rweove shares, add shares,add attributes etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.7%
  • HTML 46.4%
  • CSS 4.7%
  • Shell 1.2%