/jenny

Task manager system for agile development

Primary LanguageRuby

#Jenny

Task manager system for agile development for small and big teams

##Requirements

##Development setup

  • Clone repository
  • Run bundle
  • Set up database with rake db:migrate
  • Start server with rackup
  • Done

##Tests You can run tests with rspec