Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 196 Bytes

File metadata and controls

22 lines (15 loc) · 196 Bytes

User Authentication Project

After downloading the repository Install the gems

bundle

Create the database

rake db:create

Start server:

rails s

Visit localhost:3000