aryancodify / Redis-Memcached-POC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis-Memcached-POC

Instructions to run the project

Run query using POSTMAN Chrome App

URLs/endpoints to hit:

To get records of all employees -->> GET http://localhost:8080/demo/api/employee

To get records of a employee by id -->> GET http://localhost:8080/demo/api/employee/2

To insert record of a doctor -->> POST http://localhost:8080/demo/api/employee (provide object in request body)

To update record of a doctor-->> PUT http://localhost:8080/demo/api/employee (provide object in request body)

To delete a single record -->> DELETE http://localhost:8080/demo/api/employee/1

About


Languages

Language:Java 47.1%Language:Shell 31.0%Language:Batchfile 22.0%