https://github.com/xand6r/datalab
A data visualisation Platform to use web made using google charts API for visualisation and Pattern Observation in data.
https://github.com/xand6r/datalab
Last synced: 5 months ago
JSON representation
A data visualisation Platform to use web made using google charts API for visualisation and Pattern Observation in data.
- Host: GitHub
- URL: https://github.com/xand6r/datalab
- Owner: Xand6r
- Created: 2019-08-29T12:57:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:55:34.000Z (over 2 years ago)
- Last Synced: 2025-01-06T21:41:34.895Z (6 months ago)
- Language: HTML
- Homepage: https://datavizual.herokuapp.com/
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datalab
A data visualisation Platform to use web technologies made using google charts API for visualisation and Pattern Observation in data.
(vanilla HTML/CSS3) no front-end frameworks or librries were used in this project but express was used for the node backend.### defination of folders heirachy
| folders | function |
| ------------- |:-------------:|
| PUBLIC | stores the static files such as the HTML and the CSS , which is what changes are to be made to|
| ROUTES | in this folder, the files contained within contains the code controlling that route(e.g user.js contains all the code relating to every action starting with `url`)|
|VIEWS|this folder contins the defult code for showing 404 error pages |
|app.js| this is the main entry point for the application|### running and setting up the application
(1) firstly run `npm install` in the root folder of the project, this will install all the dependencies of the server unto your system
(2) then run `node app.js` : it then brings out the port o which the server as been started
(3) open your browser and go to the adress http://localhost:'port'
note: 'port' should be replaced by the port which the server is set to run on