/rails6-devise-bootstrap

basic rails6 application

Primary LanguageRuby

Features

This app has following features:

  • images setup via webpack
  • bootstrap css setup via webpack
  • bootstrap js setup via webpack
  • turbolinks working properly
  • added extra css, js model wise
  • font awesome is working
  • jquery, popper and bootstrap configured properly via webpack
  • devise properly integrated login, sign up, logout etc.

System dependencies

  • Ruby version -> 2.6.3
  • Rails version -> 6.0.3.3
  • postgresql
  • node >= 10.13.0
  • yarn >= 1.17.3

Configuration

$ bundle
$ yarn install

Database creation

Run following commands to create database:

$ rails db:create

Database initialization

Run following commands to create database:

$ rails db:migrate
$ rails db:seed

How to run the test suite

No testing suits setup yet.

Services (job queues, cache servers, search engines, etc.)

-

Deployment instructions

-

...

-