My fourth project on Hexlet
Diploma project of backend Node.js education course.
A simple task manager, with the following functions:
- Users CRUD (with soft delete), including authentification
- Tasks CRUD (including tags)
- Statuses CRUD
You can register, click around, create some tasks and assign it to other users or yourself or modify tasks descriptions / statuses etc.
- Bootstrap 4
- Koa.js
- Sequelize
- Passport.js
- Webpack
- Heroku PaaS
- Pug (aka Jade)
- Jest
- Various Jquery plugins, such as: summernote, bootstrap-select etc...