Yet to be deployed. Actually a backend service connected with local mongodb database. 3 microservices implemented:
- Timestamp microservice --> Returns server time in response.
- Request header microservice --> Returns requets header of the client.
- Url-shortner microservice ---> In the mongodb database, each url user enters have mapping with a text of user's own choice. there is a search bar to search with user's text for website.
One can test each microsevices with postman because front end is yet to be developed.