desoleary / traction-guest-rails-react-assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails 6 devise example

It is an example app and a basic template for devise auth in rails 6 with omni github auth.

Build with

  • Ruby on Rails
  • Bootstrap with Webpack
  • Github OAuth

Get Started

Requirements

  • Ruby 2.6
  • Rails 6
  • Foreman gem

Clone

git clone [REPO]
cd application

Install and migrate db

bundle install
yarn install --check-files
rails db:create
rails db:migrate

Start Server

To start rails server

rails server

To start webpack server (rails 6 default is to use webpack)

gem install foreman
foreman start -f Procfile.dev

Screenshots

Log In Page

Sign Up Page

Forgot password Page

Home Page

Useful links

Common Error

About


Languages

Language:JavaScript 44.8%Language:Ruby 39.0%Language:HTML 10.5%Language:TypeScript 4.8%Language:CSS 0.8%Language:SCSS 0.1%