https://github.com/animesh-ghosh/todo_hotwire
https://github.com/animesh-ghosh/todo_hotwire
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/animesh-ghosh/todo_hotwire
- Owner: Animesh-Ghosh
- Created: 2024-06-30T16:12:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-20T06:48:35.000Z (about 1 year ago)
- Last Synced: 2025-02-07T09:44:51.943Z (8 months ago)
- Language: Ruby
- Homepage: https://todo-hotwire.fly.dev/
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo_hotwire
Single-Page Todo App with Ruby on Rails and Hotwire, built to practice Hotwire.
I am running Ruby 3.2.2, rest can be installed via bundler.
## Talk
Gave a talk about Hotwire at the Bengaluru Ruby User Group meetup, the slides live at [slides.md](slides.md).
## Installation
1. Clone the repository
2. Run `bin/setup`
3. Run the server```bash
bin/setup
bin/rails s
```## Running Tests
```bash
bundle exec rspec
```