Skip to content

developeratul/meme-website

Repository files navigation

Meme-Website

A meme sharing platform created using the MERN stack.


Quick steps to get started

  1. Install all the packages using npm
npm install

# using yarn
yarn install
cd client

npm install

# using yarn
yarn install
  1. create .env file at the root of the project and add these following fields.
DB_URL=
JWT_SECRET=
CLOUDINARY_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
  1. Start the server using: npm run dev
  2. cd client - yarn start