The Database service served with an REST API for our graduation project with Ooredoo
- Reset database : http://localhost:3000/customer/reset/dataset
- Get customer count : http://localhost:3000/customer/count
- Get all customers by page : http://localhost:3000/customer/all/1
- Get all phone numbers : http://localhost:3000/customer/allNums
- Get a customer : http://localhost:3000/customer/get/7000701601
- Update a customer : http://localhost:3000/customer/update/7000701601
- Update multiple customer : http://localhost:3000/customer/update