Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 592 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 592 Bytes

Paperplane_Backend

Paperplane_BackEnd serves as the server-side component for the Paperplane virtual healthcare web app. It manages user data, handles OTP authentication, error responses, and interfaces with the payment gateway for secure transactions.

Features

  • User authentication and authorization.
  • OTP sending and resending functionality.
  • Error handling for robust application behavior.
  • Integration with a payment gateway for processing payments.

Technologies

  • Node.js
  • Express.js
  • MongoDB (with Mongoose)
  • JWT for authentication
  • Payment gateway integration