updated README.md
This commit is contained in:
parent
d089fe461a
commit
0027c70401
3 changed files with 11 additions and 1 deletions
|
@ -1 +1,11 @@
|
||||||
|
# E-commerce web application by 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.
|
||||||
|
|
||||||
|
## Web application architecture
|
||||||
|
|
||||||
|
<p><img src="./public/web_app_architechture.png" width="800" height="380" /></p>
|
||||||
|
|
||||||
|
|
||||||
|
## To start the project
|
||||||
|
* `npm run dev`
|
BIN
donutshop_ecommerce/public/web_app_architechture.png
Normal file
BIN
donutshop_ecommerce/public/web_app_architechture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
|
@ -39,7 +39,7 @@ export const authOptions = {
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
session:{
|
session:{
|
||||||
strategy: "jwt"
|
strategy: "jwt",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue