Heroku: https://todo-mlisivka.herokuapp.com/
Clone this repository and install dependecies
git clone [email protected]:mlisivka/todo_list.git
cd todo_list/
bundle install
Migrate database
rake db:create
rake db:migrate
Start server
rails s
And visit localhost:3000
Run tests
rspec spec