Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nemuba/kanban-hotwire


https://github.com/nemuba/kanban-hotwire

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# KANBAN HOTWIRE

## Description

This is a simple kanban board application. It is a project for the studies by self-education.

## Technologies

- Ruby 3.2.0
- Rails 7.1
- Bootstrap 5
- Redis
- Postgres

## Installation

1. Clone the repository

```bash
git clone http://github.com.br/nemuba/kanban-hotwire.git
```

2. Install the dependencies

```bash
bundle install
```

3. Run the application

```bash
bin/dev
```