kjalnes / madebydon

E-commerce site built using React, Redux, Node.js/Express, Axios, Sequelize, PostgreSQL, technical and design consulting. Secure session management w/ JSON Web Tokens (JWT), SSL and Stripe integration
http://madebydon.com
9 stars 7 forks source link

new user can add shipping and billing address #53

Closed kjalnes closed 7 years ago

kjalnes commented 7 years ago

new user can add shipping and billing address

mrestuccia commented 7 years ago

We need to address the to not to try to insert two times the same user. You are right. We also need to enforce it in sequelize