- https://meme-stream-2021.herokuapp.com/meme - (GET) For fetching all memes
- https://meme-stream-2021.herokuapp.com/meme/{id} - (GET) For fetching meme with id (replace id with meme id)
- Nodejs
- MongoDB
- Git Bash
git clone https://github.com/realdeepnandi/memestream.git
cd memestream
npm install
npm run dev
- Server is running at http://localhost:8081