diff --git a/donutshop_ecommerce/README.md b/donutshop_ecommerce/README.md index 3cb93cd..f3483ea 100644 --- a/donutshop_ecommerce/README.md +++ b/donutshop_ecommerce/README.md @@ -1,8 +1,8 @@ -# E-commerce web application by Next.js +# E-commerce web application with Next.js -This project is a fullstack donut delivery web application. We will be useing MongoDB to store data and Amazon S3 to store all images. For user authentication, we will be using NextAuth.js and have two options (google provider and credentials provider) for users to register/login into thier dashboard. +This project is a full stack donut delivery web application. We will be useing MongoDB to store data and Amazon S3 to store all images. For user authentication, we will be using NextAuth.js and have two options (google provider and credentials provider) for users to register/login into thier dashboard. -## Web application architecture +## Web application architecture diagram

diff --git a/donutshop_ecommerce/src/components/layout/Header.js b/donutshop_ecommerce/src/components/layout/Header.js index 566dcb6..6c99811 100644 --- a/donutshop_ecommerce/src/components/layout/Header.js +++ b/donutshop_ecommerce/src/components/layout/Header.js @@ -92,6 +92,7 @@ const Header = () => { )} {status === 'unauthenticated' && ( <> + Your cart({cartProducts.length}) login Register