Skip to content

prathmesh-ka-github/DripAnime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DripAnime Store

An online webstore for your Apparel needs!

Webapp preview img

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.


To initialize and deploy the webapp use -

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.

Dependancies -

  1. express : ^4.18.2
  2. nodemon : ^2.0.22
  3. dotenv : ^16.4.5
  4. mongoose : ^8.2.3
  5. jsonwebtoken : ^9.0.2

Tech stack used -

  1. MongoDB
  2. ExpressJS
  3. NodeJS

MEN Stack

(No link available as the backend is being developed.)
URL available. Click here to visit.

TODOs:

  1. Add related products to the specific product page.
  2. Make an anime wise section just like apparel's section.
  3. Complete shopping cart page and wishlist(in profile) page.
  4. Make an add to cart function with form on product page including -
    • Quantity
    • Sizes
    • Shipping info
  5. Upload profile photo to user page.
  6. Add card details to user page.
  7. Make a to "top button" on home.
  8. Make a edit profile function.
  9. Make a nodemailer automail for "welcome user" notification.
  10. Make a nodemailer automail for user with "order place!" notification.
  11. Add a popular pick section with a infinite carousel in main page.