Now this project's Backend and Database is being hosted on a third-party website hosting service "Render.com"
Render.com is a unified cloud to build and run all your apps and websites with free TLS certificates, global CDN, private networks and auto deploys from Git.
npm build server
npm run server
then the app will deploy on localhost with the port specified. You will get the feedback in your terminal.
- express : ^4.18.2
- nodemon : ^2.0.22
- dotenv : ^16.4.5
- mongoose : ^8.2.3
- jsonwebtoken : ^9.0.2
- MongoDB
- ExpressJS
- NodeJS
(No link available as the backend is being developed.)
URL available. Click here to visit.
- Add related products to the specific product page.
- Make an anime wise section just like apparel's section.
- Complete shopping cart page and wishlist(in profile) page.
- Make an add to cart function with form on product page including -
- Quantity
- Sizes
- Shipping info
- Upload profile photo to user page.
- Add card details to user page.
- Make a to "top button" on home.
- Make a edit profile function.
- Make a nodemailer automail for "welcome user" notification.
- Make a nodemailer automail for user with "order place!" notification.
- Add a popular pick section with a infinite carousel in main page.