f-z / MEAN-stack-Chart.js

A sample visualization web application built using the MEAN stack (MongoDB, Express.js, Angular2 v6, Node.js). The app gets data from an API according to user input and creates a chart using Chart.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEAN-stack-Chart.js

A sample web application built using the MEAN stack. The app retrieves custom data from an API and creates a chart using Chart.js. It also stores them in MongoDB.

MongoDB

mongod --dbpath ./data/db --port 27018

mongo --host 127.0.0.1:27018

Recommended MongoDB GUI and IDE: Studio 3T

Node.js

nodemon server

Angular

ng serve --o

About

A sample visualization web application built using the MEAN stack (MongoDB, Express.js, Angular2 v6, Node.js). The app gets data from an API according to user input and creates a chart using Chart.js.

License:MIT License


Languages

Language:TypeScript 46.8%Language:Python 25.1%Language:JavaScript 19.9%Language:HTML 6.8%Language:CSS 1.4%