Rails framework is used for the backend.
It's a demo app so it does not have a registration section.
- Create/delete/rename projects
- Create/delete/update/sort project tasks
- Ruby 2.2.2
- Rails 4.2.3
- 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
- Run
rspec spec/models
- Run
rspec spec/controllers
- View tests will be done soon