Todos
Todolist App for Ruby on Rails
Live demo
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
- Done! Go to http://127.0.0.1:3000