/Full-stack-manufacturer-website-MERN-Server

This web application is for any manufacturing company that display their product and take online booking and payment.

Primary LanguageJavaScript

Project Description (Server side)

Parts manufacturer website from where user can order, pay and review their service. User can track and monitor their order. Admin can monitor products, users, orders etc.

Main Features:

  • Dashboard and different user roles.
  • User role based authorization.
  • User can place order, pay order and tract their order.
  • User can post their review and that review will appear at home page.
  • Admin can monitor users, order, process shipment or delete orders.
  • Build with Express.js
  • CORS for cross origin resource sharing
  • JWT for secure data transform
  • Stripe for payment gateway

image

image

// Dependencies

    - @cors": "^2.8.5",
    - @dotenv": "^16.0.1",
    - @express": "^4.18.1",
    - @jsonwebtoken": "^8.5.1",
    - @mongodb": "^4.6.0",
    - @stripe": "^9.4.0"

// Authors

Rakibul Islam @rakibulmd

// Version History

  • 1.0.0
    • Initial Release