{"id":27042492,"url":"https://github.com/dimflix/visionforge","last_synced_at":"2026-03-06T07:03:10.686Z","repository":{"id":283636577,"uuid":"864437923","full_name":"DIMFLIX/VisionForge","owner":"DIMFLIX","description":"Vue + fastapi auth template","archived":false,"fork":false,"pushed_at":"2024-09-28T08:18:21.000Z","size":914,"stargazers_count":32,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-06T19:46:25.113Z","etag":null,"topics":["authentication","fastapi","jwt","jwt-authentication","python","template","vue","web","web-template"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/DIMFLIX.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-28T08:07:31.000Z","updated_at":"2025-05-30T22:47:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"65335694-cadb-479f-a26f-b4c444ef3566","html_url":"https://github.com/DIMFLIX/VisionForge","commit_stats":null,"previous_names":["dimflix/visionforge"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/DIMFLIX/VisionForge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIMFLIX%2FVisionForge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIMFLIX%2FVisionForge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIMFLIX%2FVisionForge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIMFLIX%2FVisionForge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DIMFLIX","download_url":"https://codeload.github.com/DIMFLIX/VisionForge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIMFLIX%2FVisionForge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30164901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["authentication","fastapi","jwt","jwt-authentication","python","template","vue","web","web-template"],"created_at":"2025-04-05T04:28:42.865Z","updated_at":"2026-03-06T07:03:10.672Z","avatar_url":"https://github.com/DIMFLIX.png","language":"Vue","readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"./docs/logo.png\" width=\"400\"/\u003e\n\u003c/div\u003e\n\n# VisionForge\n**VisionForge** — это шаблонный проект, который предлагает прочную основу для разработки безопасных и масштабируемых веб-приложений с акцентом на аутентификацию.\n\n# Возможности\n- ## Бэкенд на FastAPI:\n\tИспользует простоту и производительность FastAPI для создания надежного слоя API с поддержкой асинхронного программирования.\n- ## Фронтенд на Vue.js \n\tИспользует Vue.js для создания динамичного и отзывчивого пользовательского интерфейса, который плавно взаимодействует с бэкендом на FastAPI.\n- ## Аутентификация\n\tРеализует аутентификацию на основе JWT (JSON Web Token) с использованием access и refresh токенов. Пользователи могут безопасно регистрироваться, входить в систему и получать доступ к защищенным ресурсам.\n\n# Как пользоваться?\n- ## Настройка переменнных окружения \n\t1.Создайте файл с переменными окружения `cp .env.example .env` \\\n\t2. Откройте файл .env в любом удобном для Вас текстовом редакторе. \\\n\t3. Обязательно заполните поля `JWT_TOKEN_SECRET`, `DB_USERNAME` и `DB_PASSWORD`.\n\n- ## Установка зависимостей\n\t- ### Backend\n\t\t1. [Установите poetry](./docs/POETRY_INSTALL.md)\n\t\t2. Перейдите в каталог `backend` с помощью команды `cd backend`\n\t\t3. Выполните установку зависимостей `python -m poetry install`\n\t\t4. Инициализируйте базу данных `python -m poetry run init_db`\n\n\t- ### Frontend\n\t\t1. Перейдите в каталог `frontend` с помощью команды `cd frontend`\n\t\t2. Установите зависимости `npm install`\n\n- ## Запуск\n\t- ### Backend\n\t\t`cd backend \u0026\u0026 poetry run app`\n\t- ### Frontend\n\t\t`cd frontend \u0026\u0026 npm run serve`\n\n\n# Вклад в развитие\nВклад в развитие Vision Forge приветствуется! Если вы обнаружите какие-либо проблемы или у вас есть идеи по улучшению, не стесняйтесь открывать проблему или отправлять запрос на слияние.\n\n# Лицензия\nVision Forge распространяется под лицензией MIT. \\\nПодробнее смотрите в файле [LICENSE](LICENSE).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimflix%2Fvisionforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimflix%2Fvisionforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimflix%2Fvisionforge/lists"}