Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 607 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 607 Bytes

Rails 7.1 Example App with Devise-Two-Factor

Devise has a bunch of example applications that provide examples of how Devise is used/installed. Devise-Two-Factor was then adapted to the application.

Getting Started

Requirements

  • Ruby 3.2.2
  • Rails 7.1.1

Install

bundle install
bin/rails db:create
bin/rails db:migrate

bin/rails server

References

I took inspiration from this project. If you are using Rails 7.0.X, be sure to check it out!