Skip to content

Boilerplate using Ruby 2.5.1 + Rails 5.2.2 + Devise 4.5.0 + Bootstrap 4.1.3 + jQuery Validation 1.19.0

Notifications You must be signed in to change notification settings

akaruilabs-india/rails-auth-app

Repository files navigation

Project Prerequisites

Setup

  1. Clone the repository
$ git clone git@github.com:akaruilabs-india/rails-auth-app.git myawesomeproject
  1. Jump into your project
$ cd myawesomeproject
  1. Install gems
$ bundle
  1. Create and migrate the database
$ rails db:create
$ rails db:migrate
  1. Run it
$ rails s
  1. Explore it on http://localhost:3000

About

Boilerplate using Ruby 2.5.1 + Rails 5.2.2 + Devise 4.5.0 + Bootstrap 4.1.3 + jQuery Validation 1.19.0

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published