Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfathmuqoddas/next-redis-app
https://github.com/alfathmuqoddas/next-redis-app
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alfathmuqoddas/next-redis-app
- Owner: alfathmuqoddas
- Created: 2024-07-09T14:27:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T14:36:31.000Z (7 months ago)
- Last Synced: 2024-07-09T18:38:40.557Z (7 months ago)
- Language: TypeScript
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS-Redis-App
Nextjs app that connect to vercel/kv (redis) and vercel/postgres
## Features
1. Connected to Postgres DB
2. Connected to Redis
3. Using Typescript
4. Using Nextjs App Router## Tech Stack
1. [Nextjs](https://nextjs.org)
2. [vercel/postgres](https://vercel.com/docs/storage/vercel-postgres)
3. [vercel/kv](https://vercel.com/docs/storage/vercel-kv)## How to
1. clone the repo
2. run `pnpm install`
3. run `pnpm dev` to start developing