This is a simple example movie list application website using Express JS and ReactJS. This application also using redis for caching data to cater to high web traffic situations.
Via Terminal after clone this repo, run this command to running the backend
$ npm install && node app.js
After that to run the frontend, open new terminal and run this command
$ cd frontend
$ npm install && npm start