{"id":24773943,"url":"https://github.com/arvl130/mmm-ui","last_synced_at":"2026-04-20T10:03:32.394Z","repository":{"id":270053393,"uuid":"909203538","full_name":"arvl130/mmm-ui","owner":"arvl130","description":"😱 MMM manages memes (UI)","archived":false,"fork":false,"pushed_at":"2025-02-02T07:39:19.000Z","size":229,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T18:06:19.891Z","etag":null,"topics":["anthropic","claude-3","cohere-ai","nextjs","shadcn-ui","spring","spring-ai","spring-boot","spring-security","spring-session"],"latest_commit_sha":null,"homepage":"https://m3.ageulin.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arvl130.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-28T02:36:47.000Z","updated_at":"2025-02-02T07:39:22.000Z","dependencies_parsed_at":"2024-12-28T03:25:33.438Z","dependency_job_id":"8beb9e8f-5dba-4429-9f14-7ecd9b8ef9e2","html_url":"https://github.com/arvl130/mmm-ui","commit_stats":null,"previous_names":["arvl130/mmm-ui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arvl130/mmm-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvl130%2Fmmm-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvl130%2Fmmm-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvl130%2Fmmm-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvl130%2Fmmm-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arvl130","download_url":"https://codeload.github.com/arvl130/mmm-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvl130%2Fmmm-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32042294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anthropic","claude-3","cohere-ai","nextjs","shadcn-ui","spring","spring-ai","spring-boot","spring-security","spring-session"],"created_at":"2025-01-29T05:20:11.948Z","updated_at":"2026-04-20T10:03:32.362Z","avatar_url":"https://github.com/arvl130.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 😱 Meme Manager MMM\n\nMMM manages memes.\n\n![Screenshot of the home page](https://raw.githubusercontent.com/arvl130/mmm/master/screenshots/1.png)\n![Screenshot of semantic search](https://raw.githubusercontent.com/arvl130/mmm/master/screenshots/2.png)\n![Screenshot of AI tag suggestions](https://raw.githubusercontent.com/arvl130/mmm/master/screenshots/3.png)\n\nThis is a personal project I built to help me search memes I have saved from the Internet.\n\nI also built this project to gain a deeper understanding on how [Spring Boot](https://spring.io/projects/spring-boot),\n[Spring Security](https://spring.io/projects/spring-security), [Spring Session](https://spring.io/projects/spring-session),\n[Spring Data JPA](https://spring.io/projects/spring-data-jpa), [Spring AI](https://spring.io/projects/spring-ai),\n[AWS SDK for Java](https://aws.amazon.com/sdk-for-java/), [Lombok](https://projectlombok.org/),\n[Hibernate](https://hibernate.org/) and a bunch of other Java libraries work together to build a\nscalable, production-grade Java web application.\n\nIf this application is useful or interesting to you, consider giving it a star on\n[GitHub](https://github.com/arvl130/mmm-ui).\n\nThis application also comes with a backend REST API available [here](https://github.com/arvl130/mmm).\n\n## Features\n\n- Responsive frontend design with [ShadCN UI](https://ui.shadcn.com) and [Next.js](https://nextjs.org)\n- Semantic Search with [Cohere Embed](https://cohere.com/embed) and [PostgreSQL](https://www.postgresql.org/) [`pgvector`](https://github.com/pgvector/pgvector)\n- Full Text Search with [PostgreSQL](https://www.postgresql.org/) [`tsvector`](https://www.postgresql.org/docs/current/textsearch.html)\n- AI Tag Suggestions with [Anthropic Claude Sonnet 3](https://www.anthropic.com/news/claude-3-family)\n- Authentication and Session management with [Spring Security](https://spring.io/projects/spring-security) and [Spring Session](https://spring.io/projects/spring-session)\n\n## Setup\n\n1. Clone this repository.\n\n```sh\n$ git clone https://github.com/arvl130/mmm-ui.git\n```\n\n2. Install the dependencies.\n\n```sh\n$ pnpm install\n```\n\n3. Configure the environment variables.\n\n```sh\n$ cp .env.example .env\n$ vi .env # press :wq to exit!\n```\n\n4. Run the development server.\n\n```sh\n$ pnpm dev\n```\n\n5. Build for production (optional).\n\n```sh\n$ pnpm build\n```\n\n## License\n\nThis project is licensed under the MIT License.\n\nCopyright © 2025 Angelo Geulin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvl130%2Fmmm-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farvl130%2Fmmm-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvl130%2Fmmm-ui/lists"}