1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 21:14:24 -04:00

move database from postgres/prisma to redis

This commit is contained in:
2025-03-27 09:21:22 -04:00
parent e865d9d8e5
commit bbf6e9dc66
16 changed files with 283 additions and 651 deletions
+2 -3
View File
@@ -8,7 +8,7 @@ CORE EXPERTISE:
- Server Actions
- Parallel and Intercepting Routes
- CSS Modules
- Prisma as a Database ORM
- Redis for KV storage
- MDX for blog content
- Zod for runtime type validation
@@ -23,8 +23,7 @@ CODE ARCHITECTURE:
│ ├── config/ # Configuration constants
│ ├── helpers/ # Utility functions
├── notes/ # Blog posts in markdown/MDX format
── static/ # Static files such as images and videos
└── prisma/ # Database schema in Prisma format
── static/ # Static files such as images and videos
2. Component Organization:
- Keep reusable components in ./components/.