Grid app with react and node.js
Install mongodb and run it. No need to add records, they will be added automaticly.
Start the express server:
node index.js
It will run on http://localhost:8080.
Start the react project:
npm start
It will run on http://localhost:3000
Have fun!