https://github.com/coderosh/meme-ory
Meme sharing platform.
https://github.com/coderosh/meme-ory
Last synced: 11 months ago
JSON representation
Meme sharing platform.
- Host: GitHub
- URL: https://github.com/coderosh/meme-ory
- Owner: coderosh
- Created: 2023-07-22T14:57:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T13:43:10.000Z (over 2 years ago)
- Last Synced: 2025-01-22T12:45:33.733Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 791 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Meme-ory
Meme sharing platform.
## Setup
```sh
git clone https://github.com/coderosh/memeory.git
cd memeory
cp .env.example .env
# set environment variables in .env file
pnpm install
pnpm dev
```
## Tech Stack
- NextJs
- Trpc
- Tailwind CSS
- Typescript
- Prisma
- SQLite
- NextAuth
- S3 Storage
## Features
- Authentication (google, discord)
- Create meme post
- Upvote/Downvote meme
- Comment on meme
- Upvote/Downvote comment
- Nested comment reply
- Infinite Scrolling
- Follow/UnFollow users
- User Profile