This is simple full react app where you can perform CRUD operation. React is used as frontend and Node + Express is used as backend.
Goto client folder and run: npm install.
In root directory: npm install
Start client: npm run client
Start server: npm start