Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/koushith/meme-lord

Welcome to Memeify, the ultimate hub for OG Memers. We'll help you create undeniable proof that you're the original mastermind behind the dankest memes on the web.
https://github.com/koushith/meme-lord

express postgresql prisma react typescript zkproof

Last synced: 7 days ago
JSON representation

Welcome to Memeify, the ultimate hub for OG Memers. We'll help you create undeniable proof that you're the original mastermind behind the dankest memes on the web.

Awesome Lists containing this project

README

        


# Memelord

Looking for a place to prove your memeing genius? Welcome to Memeify, the ultimate hub for OG Memers. We'll help you create undeniable proof that you're the original mastermind behind the dankest memes on the web.

### ScreenShots

![memelord](https://github.com/Koushith/Meme-Lord/assets/30016242/fafec4a5-e95b-48b9-a89b-ebc3089dd133)

## Tech Stack

- Node.js
- Express.js
- MongoDB
- Prisma
- Reclaim SDK

## Getting Started

1. Clone this repository to your local machine.
2. Navigate to the `backend` and `client` folders and install the necessary npm packages:

```bash
cd backend
npm install

cd ../client
npm install
```

3. Run the development server for both the backend and the client:

```bash
cd backend
npm run dev

cd ../client
npm run dev
```

Now you're ready to start generating proof of ownership for your memes!

Feel free to explore the `backend` and `client` folders for more details on each part of the project.