A prototype solution based on a case study for a digital consultancy.
React > Rails > PSQL + Redis >>> Heroku: https://jp-shoe-shop.herokuapp.com
This is a very simple design mostly to demonstrate three features: responsive design, unique link order tracking pages, and live stock reporting through web sockets.
./dev.sh
Requires https://www.docker.com/get-started/[https://docs.docker.com/compose/gettingstarted/](Docker Compose). Access at http://localhost:3000.
./heroku_push.sh
You may need to change your app name to match your deployment.
There is a master.key file not committed to this repository. You will have problems building for production without it. Look at this issue for guidance on how to get around that.