Skip to content

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

Notifications You must be signed in to change notification settings

TeddyAmkie/Shoply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published