SimpleDash is a agile dashbard which tracks activities from various sources. The widgets makes it more customizable.
These instructions will get you a copy of the project up and running.
What things you need to install the dashboard and how to install them
NodeJS
A step by step series of examples that tell you have to get the dashboard up and running
Downalod or clone the simpleDash to your local
git clone https://github.com/thilrajr/simpledash.git
Install the npm dependencies
npm install
Run the server and collector in seperate terminal
node server
node collector
You can see the home page in localhost:8091
You are welcome to contribute but the test coverage is less as of now. Make sure that you are following the standards, quality & maintainable and don't forget to add tests if it required. It will make the review process easier. The services are tested using Jasmine-node.
Run the below command for linting and testing
npm test
- Express - Web Application Framework
- lowdb - For database
- Handlebars - For creating widgets
- ChartJS - For charts
- Fontawsome - For icons
- JQuery - For few ui functions
- Raj - Initial work - profile
See also the list of contributors who participated in this project.
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details