Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 629 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 629 Bytes

Task Manager

Maintainability Build Status

This is a simple task manager app using Koa and PostgreSQL via Sequelize.

Live version on Heroku

Functionality:

  • Users CRUD
  • Authorisation
  • Tasks CRUD
  • Task filtering

Users can only edit and delete themselves

Tasks can only be edited and deleted by their creators