MERN sample with Grid Component. In that sample, we have use mangoDB to handle the data base operations, expressJS to handle REST service to communicate with client and server, React to create client side, webpack handles the bundling the source. Syncfusion Essential JS2 Grid used to visualize the records in sample and we have achieved on demand loading by enabling grid paging feature which helps to handle large data.
- Install mango DB in your system.
- Use
npm installcommand install the dependency packages. - Run mango DB server files.
- Use
npm run createdbcommand to initialize the data collection. - Use
npm run serverto start the server connections. - Use
npm startcommand to start the application.