Customer_Management: CRUD Customer ,send Authentication code - 14/04/2025
- 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