Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 286 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 286 Bytes

E-commerce site using React, Redux, Express, & PostgreSQL

A personal project I use to sandbox when I need a fullstack app with authentication.

Setup:


npm install

npm start

cd backend

npm install
createdb shoply
psql shoply < data.sql
nodemon server.js