A React-Express integrate full-stack application which just extracts the names of users based on key and prints the name. A "proxy" is given in the "package-json" file of the client side, so thatthe data is fetched from the back-end.
#npm run dev It starts the client side (React) and Server side(Express). It is done by using "concurrently" dependency which is being installed.