Simple MEAN app. Developed for one test interview It has pagination + table Filtration + typeahead funtionality + dynamic updated chart. All in one APP.
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.
Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.
AngularJS-nvD3
http://krispo.github.io/angular-nvd3
The rangeSlider has been styled to match the default styling
of form elements styled using Twitter's Bootstrap
Originally forked from https://github.com/leongersen/noUiSlider
1. Make Directory where you want to take clone. [ mkdir frontend ]
2. Take clone from git using command:- git clone <git repo url>.
4. cd to Your folder. [ cd frontend ]
5. npm install.
7. node app.js
The project structure is as follows :
package.json // dependencies
app.js // Main File to start server at port no 8000
node_modules/
data/ // Json data files.
routes.js // Server Routes
public/
js/
controller/ // Angular controllers
services/ // Angular Services
css/
fonts/
index.html // Main HTML file
app.js // Angular Main App file