Skip to content

amikoreh/rails-simple-signup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Ruby on Rails Website with Registration/Signup

Application Requires/Configuration:

  • Ruby 2.4.0
  • Rails 5.1.4
  • Web server for development/production: puma
  • Database used: sqlite
  • Template engine: erb
  • Front-end framework: Bootstrap 3.3.7 & jQuery 1.12.4
  • Authentication & user management: devise
  • Authorization: roles

Setup & Run

  • $ bundle install
  • $ bundle update
  • $ gem install
  • $ gem list
  • $ gem update
  • $ rake db:migrate
  • $ rake db:seed
  • $ rake secret
  • $ rails server
  • Open http://localhost:3000

Resources:

About

Simple Ruby on Rails Website with Registration/Signup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors