Note: This is a sample project for my blog on medium which can be found here.
- Clone this repository
- Run
npm install
oryarn install
inside its root folder. - run
nodemon index.js
(assumingnodemon
npm package is already installed on your systems)
To test this project using browser I implemented the client side of this project which is in react and redux. The blog for that could be found here
I developed a complete real world project using this architecture which can be found here. Please go ahead a explore it and leave feedback if you can.