REST API for Petly Project. Swagger docs
The project was created for studying purposes. This backend app connects our frontend app with MongoDB Atlas. It is used to get, post, and update data in DB, and provides a variety of DB queries.
npm start— server start in production modenpm run start:dev— start the server in development modenpm run lint— run a code check 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