This is a simple task manager app using Koa and PostgreSQL via Sequelize.
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
This is a simple task manager app using Koa and PostgreSQL via Sequelize.
Functionality:
Users can only edit and delete themselves
Tasks can only be edited and deleted by their creators