This README would normally document whatever steps are necessary to get the application up and running.
This is a Ruby on Rails project using SQLite3 as the database.
This implements the drag-and-drop functionality from the To-Do list to the Done list.
- Ruby version
- Rails 7.2.1
- System dependencies
- windows
- Database creation
- SQLite3
- Clone the repository
git clone https://github.com/bjmmtin/ToDoList.git - Run migrations:
rails db:migrate - Run the application:
rails s
