Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`