Awesome
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