Task Manager is a task management system. It allows you to set tasks, assign performers, and change their statuses. Registration and authentication are required to work with the system.
- Node.js
- Fastify
- Webpack
- Bootstrap
- Objection.js
- Knex
- Pug
- i18next (localization)
- SQLite (development)
- PostgreSQL (production)
- Rollbar (errors monitoring)
git clone https://github.com/thedoorbell/Task-Manager
cd Task-Manager
npm ci# Setup
make setup
# Run
make start