Skip to content

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

Notifications You must be signed in to change notification settings

f-z/MEAN-stack-Chart.js

Repository files navigation

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