This project includes a Rails API backend with React Front-end. Cookie based authentication is already built out. Redux is installed and initialized with some work started for managing the User login and registration. Please feel free to fork the repo and build whatever you want. Other features include Postgresql database and bootstrap theming.
bundle
cd front-end
npm i
rails db:create
rails db:migrate
rake start
create by Joshua Needham with help from DevMountain tutorials available on youTube.