E-commerce site using React, Redux, Express, & PostgreSQL
A personal project I use to sandbox when I need a fullstack app with authentication.
npm install
npm start
cd backend
npm install
createdb shoply
psql shoply < data.sql
nodemon server.js