You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full-stack ecommerce web application using Node.js serving a REST API with React as the frontend.
Integrated Stripe gateway for online payments.
Implemented CRM functionalities like Interactive dashboard to view insights about sales and searching, sorting feature to increase the productivity of sellers.
Developed Admin Panel to manage all products and orders on web app.
Ecomm Store Backend Features
REST APIs are developed using NodeJS and Express.
Database : MongoDB Atlas (Cloud)
JWT token is used for authentication.
Implemented data security by allowing only authorized user to view the data based on their role using middlewares.
Uploaded images are stored in MongoDB in binary format.
Maintining the stock of products and updating the purchase list on each new order made by user.