Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/f-z/mean-stack-chart.js

angular angular-cli angular-components angular-material angular2 angular6 express express-js expressjs mean-stack meanstack meanstack-framework mongodb mongodb-database mongoose node node-js nodejs nodemon

Last synced: 7 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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