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.
mongod --dbpath ./data/db --port 27018
mongo --host 127.0.0.1:27018
Recommended MongoDB GUI and IDE: Studio 3T
nodemon server
ng serve --o