Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)