{"id":30371303,"url":"https://github.com/dragodui/auto-god-backend","last_synced_at":"2026-04-05T23:03:03.379Z","repository":{"id":296699754,"uuid":"898175198","full_name":"Dragodui/auto-god-backend","owner":"Dragodui","description":"Server part of auto-god forum","archived":false,"fork":false,"pushed_at":"2025-06-09T19:56:47.000Z","size":2944,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T20:34:36.436Z","etag":null,"topics":["cors","express-validation","expressjs","mongodb","mongoose","redis","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dragodui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-03T23:25:27.000Z","updated_at":"2025-06-09T19:56:51.000Z","dependencies_parsed_at":"2025-06-01T21:35:42.937Z","dependency_job_id":null,"html_url":"https://github.com/Dragodui/auto-god-backend","commit_stats":null,"previous_names":["dragodui/auto-god-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dragodui/auto-god-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dragodui%2Fauto-god-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dragodui%2Fauto-god-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dragodui%2Fauto-god-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dragodui%2Fauto-god-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dragodui","download_url":"https://codeload.github.com/Dragodui/auto-god-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dragodui%2Fauto-god-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271268859,"owners_count":24730026,"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-20T02:00:09.606Z","response_time":69,"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":["cors","express-validation","expressjs","mongodb","mongoose","redis","typescript"],"created_at":"2025-08-20T05:24:20.983Z","updated_at":"2025-12-30T21:42:03.278Z","avatar_url":"https://github.com/Dragodui.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoGOD back-end\n\nA forum for enthusiasts of German automobiles\n\n## 📦 Installation\n\n```bash\n# 1. Ensure Node.js is installed\n#    Download and install Node.js from https://nodejs.org if it’s not already installed.\n\n# 2. Clone the repository\ngit clone https://github.com/Dragodui/auto-god-backend.git\ncd auto-god-backend\n\n# 3. Install dependencies\n# Using Yarn\nyarn\n\n# Or, using npm\nnpm install\n```\n\n## ⚙️ Environment Setup\n\nCreate a `.env` file in the root directory and add the following parameters:\n\n```env\nPORT=8000\nSESSION_SECRET='your SESSION_SECRET'\nJWT_TOKEN_SECRET='your JWT_TOKEN_SECRET'\nREDIS_URL='redis://localhost:6379'\nCLIENT_HOST='http://localhost:5173'\nNODE_ENV='development'\nLOG_LEVEL='info'\n```\n\n### Explanation of Environment Variables\n\n| Variable Name      | Description |\n|--------------------|-------------|\n| `PORT`            | The port on which the server runs. Default: `8000`. |\n| `SESSION_SECRET`  | A secret key used for session management. Change it to a strong, random value in production. |\n| `JWT_TOKEN_SECRET`| The secret key for signing JWT tokens. Ensure it is kept secure and unique. |\n| `REDIS_URL`       | The URL of the Redis instance used for caching and session storage. Default: `redis://localhost:6379`. |\n| `CLIENT_HOST`     | The URL of the frontend client. Default: `http://localhost:5173`. |\n| `NODE_ENV`        | The environment mode (`development`, `production`, etc.). Default: `development`. |\n| `LOG_LEVEL`       | The logging level (`debug`, `info`, `warn`, `error`). Default: `info`. |\n\n### Usage\n\n1. Copy the `.env` template and create a new `.env` file:\n   ```sh\n   cp .env.example .env\n   ```\n2. Update the values as needed for your environment.\n\n## 🚀 Run the Project\n\n```bash\n# Start the development server\n# Using Yarn\nyarn dev\n\n# Or, using npm\nnpm run dev\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragodui%2Fauto-god-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdragodui%2Fauto-god-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragodui%2Fauto-god-backend/lists"}