web_next/donutshop_ecommerce
2024-07-31 17:22:42 -05:00
..
public updated README.md 2024-05-30 14:20:06 -05:00
src made change 2024-07-31 17:22:42 -05:00
.eslintrc.json initial commit 2024-05-06 16:59:45 -05:00
.gitignore connected with database, created credential provider and google auth 2024-05-14 16:17:49 -05:00
jsconfig.json initial commit 2024-05-06 16:59:45 -05:00
next.config.mjs updated profile page 2024-05-15 19:10:30 -05:00
package-lock.json added about page 2024-05-28 23:39:31 -05:00
package.json added about page 2024-05-28 23:39:31 -05:00
postcss.config.mjs initial commit 2024-05-06 16:59:45 -05:00
README.md made change 2024-07-31 17:22:42 -05:00
tailwind.config.js added about page 2024-05-28 23:39:31 -05:00
tsconfig.json connected with database, created credential provider and google auth 2024-05-14 16:17:49 -05:00

E-commerce web application with Next.js

This project is a full stack donut delivery web application. We will be using 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 their dashboard.

Web application architecture diagram

To start the project

  • npm run dev