ddesk-rest-server Code
Brought to you by:
emsys123
File | Date | Author | Commit |
---|---|---|---|
src | 2017-09-08 |
![]() |
[140209] User Api |
README.txt | 2017-08-31 |
![]() |
[293574] README |
pom.xml | 2017-08-31 |
![]() |
[6d4694] update app name |
Pull the source code into your working directory using below command git clone ssh://emsys123@git.code.sf.net/p/ddesk-rest-server/code ddesk-rest-server-code Install Mongo DB Build WAR file using command below mvn clean package Copy war file ddesk-rest-server.0.1.0.war into tomcat webapps directory start tomcat You can access the RESTful API from the below URL http://localhost:8080/products Supported Methods: GET - Read POST - Create PUT - Update DELETE - Delete