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:
+2
-3
@@ -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/.
|
||||
|
||||
Reference in New Issue
Block a user