This project is just a trial on how to use react(front end) and node js express API as a backend API service. It's kinda like a boilerplate.
Use the NPM package manager to install the backend API from the parent folder.
npm install
Then cd to client-side to install react dependencies by NPM
npm install