Skip to content

germancutraro/Chart.Js-MongoDB-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chart.Js with MongoDB & Node.Js

Simple ChartJs with data of mongodb

Instalation

Install all dependencies

npm install

You know that MongoDB is an on-demand database but if you want to have an initial collection, look at the file users.json

Run app

npm start

To generate users:

http://localhost:3000/generate

Or change 3000 by your port. This create 100 users

Built With

  • Node.Js
  • Express.Js
  • MongoDB
  • Chart.Js
  • Faker.Js

Author

germancutraro

Why

  • Practise

Releases

No releases published

Packages

No packages published