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.
- User authentication and authorization.
- OTP sending and resending functionality.
- Error handling for robust application behavior.
- Integration with a payment gateway for processing payments.
- Node.js
- Express.js
- MongoDB (with Mongoose)
- JWT for authentication
- Payment gateway integration