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

https://github.com/diego3g/rocketredis

A beautiful Redis GUI :fire: (under development)
https://github.com/diego3g/rocketredis

Last synced: 10 months ago
JSON representation

A beautiful Redis GUI :fire: (under development)

Awesome Lists containing this project

README

          




Rocket Redis

Rocket Redis is a Graphic User Interface for managing Redis databases with ease.

🚧 **Rocket Redis is under development** 🚧

## Layout

You can find the application UI design here: https://www.figma.com/file/YRor24p0TmTxcjl5L86jGb/Rocket-Redis?node-id=1%3A2

![Rocket Redis](/.github/layout.png)

## Contributing

This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.

## Building

You'll need [Node.js](https://nodejs.org) installed on your computer in order to build this app.

```bash
git clone https://github.com/diego3g/rocketredis.git
$ cd rocketredis
$ yarn install
$ yarn dev
```

Runs the app in the development mode.