This is an example of a Todo list application built with Rage.
The application allows users to view and create Todo items. It generates OpenAPI documentation using Rage::OpenAPI and provides real-time updates through Rage::Cable.
bundle install
rage s
- GET /api/v1/items - get all todo items;
- POST /api/v1/items - create a todo item;
- GET /publicapi - OpenAPI documentation;