mrman511 / event-manager-ruby

0 stars 0 forks source link

Adding the Todo model #23

Closed fulrich closed 2 months ago

fulrich commented 2 months ago

Overview

Part of: https://github.com/mrman511/event-manager-ruby/issues/22 Added the new User model and schema. This allows for the creation and fetching of a todo from the database.

Changes