A meme sharing platform created using the MERN stack.
- Install all the packages using npm
npm install
# using yarn
yarn installcd client
npm install
# using yarn
yarn install- 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=- Start the server using:
npm run dev cd client-yarn start