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.
npm start
— server start in production modenpm run start:dev
— start the server in development modenpm run lint
— run a code check run with eslint, must run before each PR and fix all linter errorsnpm lint:fix
— the same linter check, but with automatic fixes for simple errors