Skip to content

hackpacific/backendium_user_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Authentication Project

After downloading the repository Install the gems

bundle

Create the database

rake db:create

Start server:

rails s

Visit localhost:3000