Today’s exercise was Perfect Numbers. If the sum of the factors of a number is equal to the number it is perfect. Less than and Greater than are either deficient or abundant.

I have been promising myself I would make a rails todo app for years now. I even did some Ruby exercises in exercism. I got through 22 of them, then stopped and promptly forgot most of what I learned. We are half-way through the 100 days of code today so lets get it started. I am looking at the youtube series Rails 6 API Tutorial by Rails Pro, and looking at the page https://guides.rubyonrails.org/api_app.html since I just want an API like I did with the Django book. Ideally I would like to be able to reuse or adapt the front end of the book for this backend. He is doing a slightly different application so I should have to not just follow it exactly like I normally do. I may have to spend several days just learning, yes that will still count.