https://github.com/arvl130/mmm-ui
😱 MMM manages memes (UI)
https://github.com/arvl130/mmm-ui
anthropic claude-3 cohere-ai nextjs shadcn-ui spring spring-ai spring-boot spring-security spring-session
Last synced: 7 months ago
JSON representation
😱 MMM manages memes (UI)
- Host: GitHub
- URL: https://github.com/arvl130/mmm-ui
- Owner: arvl130
- License: mit
- Created: 2024-12-28T02:36:47.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-02-02T07:19:46.000Z (8 months ago)
- Last Synced: 2025-02-02T07:26:24.375Z (8 months ago)
- Topics: anthropic, claude-3, cohere-ai, nextjs, shadcn-ui, spring, spring-ai, spring-boot, spring-security, spring-session
- Language: TypeScript
- Homepage: https://m3.ageulin.com
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 😱 Meme Manager MMM
MMM manages memes.


This is a personal project I built to help me search memes I have saved from the Internet.
I also built this project to gain a deeper understanding on how [Spring Boot](https://spring.io/projects/spring-boot),
[Spring Security](https://spring.io/projects/spring-security), [Spring Session](https://spring.io/projects/spring-session),
[Spring Data JPA](https://spring.io/projects/spring-data-jpa), [Spring AI](https://spring.io/projects/spring-ai),
[AWS SDK for Java](https://aws.amazon.com/sdk-for-java/), [Lombok](https://projectlombok.org/),
[Hibernate](https://hibernate.org/) and a bunch of other Java libraries work together to build a
scalable, production-grade Java web application.If this application is useful or interesting to you, consider giving it a star on
[GitHub](https://github.com/arvl130/mmm-ui).This application also comes with a backend REST API available [here](https://github.com/arvl130/mmm).
## Features
- Responsive frontend design with [ShadCN UI](https://ui.shadcn.com) and [Next.js](https://nextjs.org)
- Semantic Search with [Cohere Embed](https://cohere.com/embed) and [PostgreSQL](https://www.postgresql.org/) [`pgvector`](https://github.com/pgvector/pgvector)
- Full Text Search with [PostgreSQL](https://www.postgresql.org/) [`tsvector`](https://www.postgresql.org/docs/current/textsearch.html)
- AI Tag Suggestions with [Anthropic Claude Sonnet 3](https://www.anthropic.com/news/claude-3-family)
- Authentication and Session management with [Spring Security](https://spring.io/projects/spring-security) and [Spring Session](https://spring.io/projects/spring-session)## Setup
1. Clone this repository.
```sh
$ git clone https://github.com/arvl130/mmm-ui.git
```2. Install the dependencies.
```sh
$ pnpm install
```3. Configure the environment variables.
```sh
$ cp .env.example .env
$ vi .env # press :wq to exit!
```4. Run the development server.
```sh
$ pnpm dev
```5. Build for production (optional).
```sh
$ pnpm build
```## License
This project is licensed under the MIT License.
Copyright © 2025 Angelo Geulin