{"id":27430185,"url":"https://github.com/the2alert/kinopoisk-backend","last_synced_at":"2025-07-09T15:36:20.915Z","repository":{"id":143788456,"uuid":"533462881","full_name":"The2Alert/kinopoisk-backend","owner":"The2Alert","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-06T18:55:37.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-08T12:17:35.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/The2Alert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-09-06T18:55:13.000Z","updated_at":"2024-03-08T12:17:36.185Z","dependencies_parsed_at":null,"dependency_job_id":"e8c4f7b5-4f71-47c9-9f6b-d650b46866f7","html_url":"https://github.com/The2Alert/kinopoisk-backend","commit_stats":null,"previous_names":["the2alert/kinopoisk-backend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The2Alert%2Fkinopoisk-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The2Alert%2Fkinopoisk-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The2Alert%2Fkinopoisk-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The2Alert%2Fkinopoisk-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/The2Alert","download_url":"https://codeload.github.com/The2Alert/kinopoisk-backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248897260,"owners_count":21179566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-14T14:32:07.974Z","updated_at":"2025-04-14T14:32:25.871Z","avatar_url":"https://github.com/The2Alert.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eKinopoisk backend\u003c/h1\u003e\n\u003ch2\u003eInstalling\u003c/h2\u003e\n\u003cp\u003ePreliminary requirements:\u003c/p\u003e\n\u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://nodejs.org/\"\u003eNode.js\u003c/a\u003e \u003e= \u003ccode\u003e16.14.2\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://www.npmjs.com/\"\u003enpm\u003c/a\u003e \u003e= \u003ccode\u003e8.16.0\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://www.docker.com/\"\u003eDocker\u003c/a\u003e \u003e= \u003ccode\u003e20.10.14\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://docs.docker.com/compose/\"\u003edocker-compose\u003c/a\u003e \u003e= \u003ccode\u003e1.29.2\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://www.gnu.org/software/make/\"\u003eGNU Make\u003c/a\u003e \u003e= \u003ccode\u003e3.81\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eInstalling dependencies:\u003c/p\u003e\n\u003cpre\u003enpm i\u003c/pre\u003e\n\u003ch2\u003eBuilding\u003c/h2\u003e\n\u003cp\u003eCompile code:\u003c/p\u003e\n\u003cpre\u003enpm run build\u003c/pre\u003e\n\u003ch2\u003eStarting\u003c/h2\u003e\n\u003cp\u003eStarting in production mode:\u003c/p\u003e\n\u003cpre\u003enpm start\u003c/pre\u003e\n\u003cp\u003eStarting in development mode:\u003c/p\u003e\n\u003cpre\u003enpm run dev\u003c/pre\u003e\n\u003cp\u003eStarting in development mode (with MYSQL Server):\u003c/p\u003e\n\u003cpre\u003emake run-dev\u003c/pre\u003e\n\u003cp\u003eStopping MYSQL Server:\u003c/p\u003e\n\u003cpre\u003emake stop-dev\u003c/pre\u003e\n\u003ch2\u003eEnvironment variables\u003c/h2\u003e\n\u003cp\u003eList of variables:\u003c/p\u003e\n\u003cul\u003e\n    \u003cli\u003e\u003ccode\u003eNODE_ENV\u003c/code\u003e - Application mode.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003ePORT\u003c/code\u003e - Server port listening. Default: 80.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eDATABASE_HOST\u003c/code\u003e - Database host. Default: localhost.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eDATABASE_USER\u003c/code\u003e - Database user. Default: root.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eDATABASE_PASSWORD\u003c/code\u003e - Database password. Default: qwerty123.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eDATABASE_BASE\u003c/code\u003e - Database base. Default: contacts-app.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003ca href=\"https://www.npmjs.com/package/dotenv\"\u003eDotenv\u003c/a\u003e support is present!\u003c/p\u003e\n\u003ch2\u003eDeploy\u003c/h2\u003e\n\u003cp\u003eBuilding image:\u003c/p\u003e\n\u003cpre\u003emake build\u003c/pre\u003e\n\u003cp\u003ePushing image:\u003c/p\u003e\n\u003cpre\u003emake push\u003c/pre\u003e\n\u003cp\u003ePulling image:\u003c/p\u003e\n\u003cpre\u003emake pull\u003c/pre\u003e\n\u003cp\u003eStaring image:\u003c/p\u003e\n\u003cpre\u003emake run\u003c/pre\u003e\n\u003cp\u003eStopping image:\u003c/p\u003e\n\u003cpre\u003emake stop\u003c/pre\u003e\n\u003ch2\u003eStack\u003c/h2\u003e\n\u003cp\u003e\n    \u003cimg src=\"https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge\u0026logo=express\u0026logoColor=%2361DAFB\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/mysql-%2300f.svg?style=for-the-badge\u0026logo=mysql\u0026logoColor=white\" /\u003e \n    \u003cimg src=\"https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white\" /\u003e\n\u003c/p\u003e\n\u003ch2\u003eLicense\u003c/h2\u003e\n\u003cp\u003e\u003ca href=\"./LICENSE\"\u003eMIT\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe2alert%2Fkinopoisk-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe2alert%2Fkinopoisk-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe2alert%2Fkinopoisk-backend/lists"}