Skip to content

hackpacific/backendium_todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List Project

After downloading the repository Install the gems

bundle

Create the database

rake db:create

Start server:

rails s

Visit localhost:3000 to see the homepage

Twitter Project

To start server:

rails s