Find the site deployed here: https://memextream.netlify.app/
Backend : Node.js, Express.js Frontend : HTML, CSS, js
npm Packages : express, cors, monk, express-rate-limit, morgan, nodemon.
Memextream is a open-source meme machine for everybody. A platform that lets you upload and share memes built by Meme lovers for Meme lovers while rewarding the creators for making us laugh.
- Upload Memes by entering URL
- GET method to display all memes on endpoint /memes/
- GET method to display a single meme on endpoint /memes/id
- Edit a meme using Patch Method on endpoint /memes/id
Run Backend
npm start
Test Backend
nodemon test
Run live-server
liveserver
- Fork the repository
- Make changes, run tests and make sure it's running people
- Launch a PR
- Wait for it to get reviewed, Relax, Drink some coffee
- If PR is merged, You've contributed successfully to the project.
Thank you for contributing.