Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 767 Bytes

File metadata and controls

20 lines (14 loc) · 767 Bytes

Forever - E-commerce Website Backend

The backend for the Forever e-commerce platform, handling data storage, user authentication, payment processing, and API management.

Live Server

Forever E-commerce Website Backend

Features

  • User Authentication: Secure login and registration with JWT authentication.
  • Payment Processing: Integrated Stripe API for handling secure payments.
  • Order Management: Efficient order tracking and management APIs.
  • Database: MongoDB for scalable and flexible data storage.

Technologies Used

  • Backend Framework: Node.js, Express.js
  • Database: MongoDB
  • Authentication: JSON Web Token (JWT)
  • API Testing: Postman