/todo-rails-angular

Todo app build with AngularJS and Rails

Primary LanguageRuby

Todo app build with AngularJS 1

Description

Rails framework is used for the backend.

It's a demo app so it does not have a registration section.

Functionality

  • Create/delete/rename projects
  • Create/delete/update/sort project tasks

Reqirements

  • Ruby 2.2.2
  • Rails 4.2.3

Installation

  • Clone the repo
  • Run rake db:migrate
  • Run rake db:seed to fill in the database
  • Start the server rails s -p 9595
  • Go to http://localhost:9595 and have a fun

Testing

  • Run rspec spec/models
  • Run rspec spec/controllers
  • View tests will be done soon

Simple ToDo lists preview