/symfony-todo

A simple TODO app in Symfony 3 + AngularJS

Primary LanguagePHPMIT LicenseMIT

TODO App in Symfony 3 and AngularJS

This is a simple test app using the Symfony 3 framework for the back-end and AngularJS on the front-end, linked by a RESTful API.

TODO

  • Add authentication to API (OAuth/JWT)
  • Allow items to be completed vs deleted
  • Allow items to be edited
  • Capture date/time against items