{"id":30141258,"url":"https://github.com/gameruiner/errantdreams","last_synced_at":"2025-08-11T04:35:52.506Z","repository":{"id":307815504,"uuid":"1030348976","full_name":"GameRuiner/ErrantDreams","owner":"GameRuiner","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-02T10:14:08.000Z","size":352,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-02T12:28:29.745Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/GameRuiner.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":"2025-08-01T13:41:05.000Z","updated_at":"2025-08-02T10:14:11.000Z","dependencies_parsed_at":"2025-08-02T12:29:24.339Z","dependency_job_id":"5bb43dd7-23e1-4a31-b5ce-9517ce93857d","html_url":"https://github.com/GameRuiner/ErrantDreams","commit_stats":null,"previous_names":["gameruiner/errantdreams"],"tags_count":null,"template":false,"template_full_name":"arvind-4/django-react","purl":"pkg:github/GameRuiner/ErrantDreams","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameRuiner%2FErrantDreams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameRuiner%2FErrantDreams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameRuiner%2FErrantDreams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameRuiner%2FErrantDreams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GameRuiner","download_url":"https://codeload.github.com/GameRuiner/ErrantDreams/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameRuiner%2FErrantDreams/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269832138,"owners_count":24482300,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-08-11T04:35:48.356Z","updated_at":"2025-08-11T04:35:52.498Z","avatar_url":"https://github.com/GameRuiner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Errant Dreams\n\n## Stack\n\n- [React](https://reactjs.org/) - A JavaScript library for building user interfaces.\n- [Django](https://www.djangoproject.com/) - Django makes it easier to build better web apps more quickly and with less code.\n- [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling\n- [Typescript](https://www.typescriptlang.org/) - JavaScript with syntax for types.\n\n## Project structure\n\n```\n$PROJECT_ROOT\n│   \n├── src/backend # backend file\n│   \n├── src/ui # React files\n│   \n├── src/templates # Django Templates\n│   \n├── src/staticfiles # Django Static Files\n```\n---\n\n### Run the Code\n\n#### For Backend\n\n- Create Virtual Environment for Python\n\n```bash\npython3 -m venv venv\n```\n\n- Activate Virtual Environment\n\n```bash\nsource venv/bin/activate\n```\n\n- Install Dependencies\n\n```bash\ncd src\npip install -r requirements.txt\n```\n\n- Make Migrations\n\n```bash\ncd src\npython manage.py makemigrations\npython manage.py migrate\n```\n- Run Server\n\n```bash\ncd src\npython manage.py runserver\n```\n\n####  For Frontend\n\n- Install Dependencies\n\n```bash\ncd src/ui\npnpm i\n```\n- Run Vite\n\n```bash\ncd src/ui\npnpm dev\n```\n\n- For production \n\n```bash\ncd src/ui\npnpm collectstatic\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgameruiner%2Ferrantdreams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgameruiner%2Ferrantdreams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgameruiner%2Ferrantdreams/lists"}