A simple task management app
To run:
-
Clone the repository
-
Run
bundle install
in the cloned directory -
Migrate DB -
rake db:create db:migrate
(make necessary changes in database.yml file before migrating) -
Run server -
rails s
-
Access 127.0.0.1:3000
Exec rake spec
to test the app.
Run rake cucumber
for integrated tests.