Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nemuba/kanban-hotwire
https://github.com/nemuba/kanban-hotwire
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nemuba/kanban-hotwire
- Owner: nemuba
- Created: 2023-10-29T02:52:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-10T23:42:16.000Z (10 months ago)
- Last Synced: 2024-03-11T00:33:41.170Z (10 months ago)
- Language: Ruby
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```