{"id":20084439,"url":"https://github.com/eicrud/eicrud-starter","last_synced_at":"2025-08-16T15:17:56.734Z","repository":{"id":243927899,"uuid":"813804578","full_name":"eicrud/eicrud-starter","owner":"eicrud","description":"Starter project for the Eicrud framework.","archived":false,"fork":false,"pushed_at":"2024-08-24T13:48:55.000Z","size":268,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T05:54:26.982Z","etag":null,"topics":["crud","eicrud","example","framework","nestjs","nodejs"],"latest_commit_sha":null,"homepage":"https://docs.eicrud.com/installation","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/eicrud.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}},"created_at":"2024-06-11T19:20:49.000Z","updated_at":"2025-02-21T04:45:03.000Z","dependencies_parsed_at":"2024-08-24T15:05:13.625Z","dependency_job_id":null,"html_url":"https://github.com/eicrud/eicrud-starter","commit_stats":null,"previous_names":["eicrud/eicrud-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eicrud/eicrud-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eicrud%2Feicrud-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eicrud%2Feicrud-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eicrud%2Feicrud-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eicrud%2Feicrud-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eicrud","download_url":"https://codeload.github.com/eicrud/eicrud-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eicrud%2Feicrud-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270729277,"owners_count":24635396,"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-16T02:00:11.002Z","response_time":91,"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":["crud","eicrud","example","framework","nestjs","nodejs"],"created_at":"2024-11-13T15:52:02.548Z","updated_at":"2025-08-16T15:17:56.706Z","avatar_url":"https://github.com/eicrud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eicrud-starter\nStarter project for the [Eicrud framework](https://github.com/eicrud/eicrud).\n\n\n# Start the application\n\n1. rename `.env.sample` to `.env` (change your token with something secure)\n\n2. `npm install`\n\n3. `npm run start`\n\n# Change the Database\n\nThis repository is configured for mongoDB, to switch to postgreSQL do the following :\n\n1. run `npm i @eicrud/postgresql`\n\n2. update your `src/eicrud.config.service.ts`\n```typescript\nimport { PostgreDbAdapter } from \"@eicrud/postgresql\"; \n\n@Injectable()\nexport class MyConfigService extends CrudConfigService {\n\n    constructor(\n    // ...\n    ) {\n        super({\n            // ...\n            dbAdapter: new PostgreDbAdapter(),\n        });\n```\n\n3. run `npm i @mikro-orm/postgresql`\n3. update your `src/app.module.ts`\n\n```typescript\nimport { PostgreSqlDriver } from '@mikro-orm/postgresql';\n\n@Module({\n  imports: [\n   //...\n   MikroOrmModule.forRoot({\n    entities: [...CRUDEntities],\n    // ...\n    driver: PostgreSqlDriver,\n    user: \"postgres\",\n    password: \"your_password_here\",\n    //...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feicrud%2Feicrud-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feicrud%2Feicrud-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feicrud%2Feicrud-starter/lists"}