Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 362 Bytes

File metadata and controls

17 lines (12 loc) · 362 Bytes

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