Skip to content

A personal fun project to look into redis, while learning rust.

Notifications You must be signed in to change notification settings

AbrahamChalita/redis-rover-app

Repository files navigation

REDIS ROVER

The app is currently on the first stages of development. Right now it can only handle local connections. I plan to add:

  • Console with command invoking functionality
  • TTL management
  • SSH tunneling
  • Favorite connections

imagen

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Node.js and npm -> v20.9.0
  • You have installed Yarn
  • You have installed Rust
  • You have a <Windows/Linux/Mac>

Installing redis-rover-app

To install redis-rover-app, follow these steps:

  1. Clone the repo

  2. Navigate into the project directory

cd redis-rover-app
  1. Install dependencies
yarn install
  1. To run as a web page:
yarn run dev

or to run the tauri app (this will allow connection to the backend on rust (also in the project))

yarn tauri dev

Contact

If you want to contact me you can reach me at <abrahamchalita@hotmail.com>.

License

To be determined

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

About

A personal fun project to look into redis, while learning rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published