Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 381 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 381 Bytes

Heroku: https://todo-mlisivka.herokuapp.com/

How to start?

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