This project is a sample for RESTful web-service as well as a messaging system. It consists of a server-side which presents web-service endpoints, store and process requests and a client side with AngularJS that checks the format of requests and call the RESTful web-service.
With this project, one is able to create simple binary operation requests on the positive integers. The requests send to the server through some RESTful calls and the results are returned by means of some pulling requests.
For running this project an installation of the Redis database server is needed.
The project is uploaded to the following address: https://hanifarithmetic.herokuapp.com/
In order to execute it locally, it is enough to download the project and run it by
gradlew bootRun
You can see the web user interface in:
If the Redis server is installed on the non-default host or port, change the values in src/main/resources/application.properties
spring.redis.host=localhost
spring.redis.port=6379
- Hanif Maleki hanif.maleki@gmail.com
Arithmetic Service is freely distributed under the MIT License.