Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/koushith/meme-lord
- Owner: Koushith
- Created: 2023-08-17T06:52:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T13:16:11.000Z (over 1 year ago)
- Last Synced: 2024-10-27T22:05:26.141Z (about 2 months ago)
- Topics: express, postgresql, prisma, react, typescript, zkproof
- Language: HTML
- Homepage: https://memelord.vercel.app/
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MemelordLooking 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 installcd ../client
npm install
```3. Run the development server for both the backend and the client:
```bash
cd backend
npm run devcd ../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.