Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaron-contreras/todo
A Rails to-do app
https://github.com/aaron-contreras/todo
Last synced: 26 days ago
JSON representation
A Rails to-do app
- Host: GitHub
- URL: https://github.com/aaron-contreras/todo
- Owner: aaron-contreras
- Created: 2022-06-26T22:32:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T00:13:27.000Z (over 2 years ago)
- Last Synced: 2024-11-12T03:44:17.537Z (about 2 months ago)
- Language: Ruby
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo ✅
A Rails version of the classic Todo app.
Although this is quite a common project throughout the community, I'm using it as special practice to focus on an architecture concept picked up from a Robert C. Martin talk.
1. Use-case driven approach to application architecture.
Taking advantage of this being a Rails 7 project, I'm using this as a means to get familiar with the new Rails 7 ecosystem (mostly importmaps).
This project uses Ruby (3.0.2).
To run this project locally:
1. Run `bundle install`
2. Run `bin/rails s --binding=0.0.0.0`