A TO-DO list that allows you to create tasks with statuses and labels.
# Install dependencies.
$ npm install
# Start
$ make start
# Run Lint
$ make lint
# Deploy
https://backend-project-6-production-249e.up.railway.app/
This app was created during my Hexlet "Backend-developer" education course.