Skip to content

IhorKaren/task-pro-backend

Repository files navigation

Node.js TaskPro

This is the backend for interacting with the Mongo database, including authorization, changing the data and avatar of an authorized user, sending an email to the support address, and working with a complex table object.

Comands:

  • npm start — server start in production mode
  • npm run start:dev — start the server in development mode
  • npm run lint — run a code check run with eslint, must run before each PR and fix all linter errors
  • npm lint:fix — the same linter check, but with automatic fixes for simple errors