Check out the Demo Deploment here: ( https://xmeme-ankit.herokuapp.com/ )
- CREATE MEME
- UPDATE MEME
- RECENT 100 MEME DISPLAY
- PORT EXPOSED 8081
-
- http:127.0.0.1:8081/memes/
- GET for Fetching Recent 100 MEMES Sorted in Ascending Order of Submission Time
- POST for Posting New Meme
-
- http:127.0.0.1:8081/memes/int:pk
- GET for Fetching the meme with (id=pk)
- PATCH for Updating the meme with (id=pk)
-
- http:127.0.0.1:8081/swagger-ui
- For displaying API data using swagger API Documentation.
- install.sh for complete requirement installation.
- sleep.sh to sleep the procees for 60 seconds.
- server_run.sh for running the server at port 8081.
- test_server.sh for complete installation and server testing, it invokes install.sh, sleep.sh, server_run.sh.
Thank you