/todos

Todolist App for Ruby on Rails

Primary LanguageRuby

Todos

Todolist App for Ruby on Rails

Live demo

http://todos.nsmss.com/

Requirement

  • Git
  • Ruby
  • Rails

Deployment

  • Clone this repository:
git clone https://github.com/mdluo/todos.git
  • And go into the directory:
cd todos
  • Then run the migration:
rake db:migrate
  • One more thing, start the server:
rails server