Skip to content

Customer_Management: CRUD Customer ,send Authentication code - 14/04/2025

Nguyễn Phú Tâm requested to merge feature/crud_customer into develop
  • Initialize backend with nodejs + ExpressJS
  • Connect Database with mariadb
  • CRUD Customer:
    • create: Add new customer with fields Name, phone, address, bankAcount (bankAcount is encrypted when adding)
    • get: get customer list information
    • update: Update customer information
    • delete: Delete customer information
  • Create Api add Transaction and get transactionByCustomerId
  • Encrypt bank account, send authentication code when wanting to change bank account
  • Issue: authentication error when changing bankAcount

Merge request reports