-
Hey memers!
-
You're in for a treat!
-
This is a node.js powered app that posts user entered memes online
-
Live link- https://meme-x-stream.herokuapp.com/
-
API ENDPOINTS -
- (POST)/memes - POST a meme
- (GET)/memes - GET the latest 100 memes
- (GET)/memes/id - GET the meme with the specified ID
- (PATCH)/memes/id - UPDATE the meme with the given id that is already present
- (DELETE)/memes/id - DELETE the meme with the specified id