Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsoaress/crud-redis
A simple crud with Next, Redis and real time search.
https://github.com/dsoaress/crud-redis
chakra next redis typescript
Last synced: 15 days ago
JSON representation
A simple crud with Next, Redis and real time search.
- Host: GitHub
- URL: https://github.com/dsoaress/crud-redis
- Owner: dsoaress
- Created: 2022-01-15T00:59:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-16T18:31:05.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T21:44:24.940Z (almost 2 years ago)
- Topics: chakra, next, redis, typescript
- Language: TypeScript
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redis crud
A simple crud with Next, Redis and real time search.
![Screen](.github/screen.png)
## Running Locally
```bash
docker-compose up -d
yarn && yarn seed && yarn dev
```## Built Using
- [Next.js](https://nextjs.org)
- [Redis OM Node.js](https://github.com/redis/redis-om-node)
- [Chakra UI](https://chakra-ui.com)
- [TypeScript](https://www.typescriptlang.org)