Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/f-z/mean-stack-chart.js
- Owner: f-z
- License: mit
- Created: 2018-06-01T17:53:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T10:31:47.000Z (over 6 years ago)
- Last Synced: 2023-03-07T00:51:51.332Z (over 1 year ago)
- Topics: 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
- Language: TypeScript
- Homepage:
- Size: 62.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 27018mongo --host 127.0.0.1:27018
Recommended MongoDB GUI and IDE: Studio 3T
## Node.js
nodemon server## Angular
ng serve --o