This is a meme stream app where anyone can post memes.
1. Name of the user who is posting the meme
2. Caption for the meme
3. URL of the meme
There is a button added below each meme to edit the meme. when user will press the button a pop up window will appear. Where user have to provide atleast new caption or new meme-url.
I have also added a swagger API doc so that anyone can interact with the backend of this app. The API consists of 4 methods -
- Get method to fetch list of latest 100 memes. (End Point - /memes)
- Post method to post new meme. (End Point - /memes)
- Get method to get a meme if ID is specified. (End Point - /memes/:id)
- Patch method to update a meme (End Point - /memes/:id)