Skip to content

System to perform user authentication with username and password, using ruby on rails, bootstrap and bcrypt.

License

Notifications You must be signed in to change notification settings

LordWeli/authentication_login

Repository files navigation

Authentication Login

Simple authentication using Ruby On Rails.

Content Index

About

System to perform user authentication with username and password.

How To Use

  • Clone the project
  • Run the bundle install
    • rails db:create
    • rails db:migrate
    • rails db:seed
    • and be happy 😁 ❤️

Remote Files

Jquery

  • Version: 3.5.1
    • jquery-3.5.1.slim.min.js

Bootstrap

  • Version: 4.5.2
    • bootstrap.min.css
    • bootstrap.min.js

Popper

  • Version: 1.16.1
    • popper.min.js

Technology

Using Ruby, Ruby On Rails, Bootstrap and the Bcrypt gem.

License

Authentication Login is released under the MIT License.