1.
Building And Starting The ApplicationClone the project to your local environment
Navigate to the project directorate
Ensure you have docker app installed and opened
Open your server to verify everything is working http://0.0.0.0:5500
`
2.
Access the Divide EndpointTo perform the divide operation on two integers assuminga = 10 & b = 5
runcurl -X POST -H "Content-Type: application/json" -d '{"a": 10, "b": 5}' http://localhost:5500/api/divide
Modified at 2024-07-04 12:37:17