AlecKap / devise_practice

This application is a simple demonstration of how to utilize the devise gem for authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devise Authentication Setup Application

The purpose of this application is to provide the code that demonstrates how to impliment the devise gem with Rails 7.

  • Ruby version

    • 3.2.2
  • Rails version

    • 7.0.8
  • Database

    • PostgreSQL
  • To run through a login/logout cycle in local host use this command:

    • rails s
  • Then go to the URL below to access local host on your server.

Thank for you being here!

About

This application is a simple demonstration of how to utilize the devise gem for authentication.


Languages

Language:Ruby 73.3%Language:HTML 22.5%Language:CSS 2.3%Language:JavaScript 1.9%