Recommend this page to a friend! |
Classes of Busari Ridwan | Matrix Multiplication | README.md | Download |
|
DownloadMatrix MultiplicationCreate a Laravel application for Matrix multiplication. The app should feature a REST API with authentication. For Matrix multiplication, the column count in the first matrix should be equal to the row count of the second matrix. If this condition is not met, the app should throw a validation error. The resulting matrix should contain characters rather than numbers, similar to excel columns. Examples: 1 => A, 26 => Z, 27 => AA, 28 => AB, etc. Expectation
How to run the applicationBelow are the steps you need to successfully setup and run the application.
API EndpointsThe api endpoint collection is extracted by importing this link Postman Collection on your postman. Running TestThe test is setup to use the refresh database trait, please ensure you create a db for running the test and updating it on the .env. To run the test
simply run Login AccessThe default login access are Enjoy!!! |