{"id":16175479,"url":"https://github.com/app-generator/adminator","last_synced_at":"2025-10-18T18:05:17.723Z","repository":{"id":50640390,"uuid":"519693424","full_name":"app-generator/adminator","owner":"app-generator","description":"Adminator v2 - Open-Source (Gulp Version) | AppSeed","archived":false,"fork":false,"pushed_at":"2023-03-11T07:14:29.000Z","size":1847,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-12T19:47:39.124Z","etag":null,"topics":["adminator","bootstrap5","open-source"],"latest_commit_sha":null,"homepage":"https://adminator.appseed-srv1.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/app-generator.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-07-31T06:02:46.000Z","updated_at":"2025-08-01T13:57:48.000Z","dependencies_parsed_at":"2024-10-27T19:21:53.900Z","dependency_job_id":"d2918516-6373-4103-96e4-4d1bb0036bdd","html_url":"https://github.com/app-generator/adminator","commit_stats":null,"previous_names":[],"tags_count":4,"template":true,"template_full_name":null,"purl":"pkg:github/app-generator/adminator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fadminator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fadminator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fadminator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fadminator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/adminator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fadminator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270803531,"owners_count":24648688,"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-17T02:00:09.016Z","response_time":129,"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":["adminator","bootstrap5","open-source"],"created_at":"2024-10-10T04:44:56.650Z","updated_at":"2025-10-18T18:05:17.617Z","avatar_url":"https://github.com/app-generator.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Adminator Django](https://adminator.appseed-srv1.com/)\n\n**Adminator** is a responsive [Bootstrap 5](https://www.admin-dashboards.com/bootstrap-5-templates/) Admin Template. It provides you with a collection of ready to use code snippets and utilities, custom pages, a collection of applications and some useful widgets - **Initially coded by Colorlib** - Migrated to Gulp Tooling for accelerated development by [AppSeed](https://appseed.us/). \n\n- 👉 [Adminator Flask](https://appseed.us/product/adminator/flask/) - Flask integration (free)\n- 👉 [Adminator Django](https://appseed.us/product/adminator/django/) - Django integration (free)\n\n\u003cbr /\u003e\n\n\u003e `Quick Start` - Tested with **Node v16** and **Gulp v4.0.2**\n\n```bash\n$ git clone https://github.com/app-generator/adminator.git\n$ npm install\n$ gulp \n```\n\nAt this point, the project should run in the browset at address `http://localhost:3000`\n\n\u003cbr /\u003e  \n\n![Adminator Dashboard - Mobile View (open-source project).](https://user-images.githubusercontent.com/51070104/183240282-6e63bea1-d049-4fab-8701-b63f607613bd.png)\n\n\u003cbr /\u003e  \n\n## Codebase Structure\nHere is a brief explanation of the template folder structure and some of its main files usage:\n\n```\n└── src                         # Contains all template source files.\n│   └── assets                  # Contains JS, CSS, images and icon fonts.\n│   │   └── scripts             # Contains all JavaScript files.\n│   │   │   └── charts          # Chart.js, Sparkline \u0026 Pie Chart plugins init.\n│   │   │   └── chat            # All chat app JS code.\n│   │   │   └── constants       # Template constant values like color values.\n│   │   │   └── datatable       # Date table plugin init.\n│   │   │   └── datepicker      # Bootstrap datepicker init.\n│   │   │   └── email           # All email app code.\n│   │   │   └── fullcalendar    # Fullcalendar plugin init.\n│   │   │   └── googleMaps      # Google maps API integration code.\n│   │   │   └── masonry         # Masonry layout code.\n│   │   │   └── popover         # Bootstrap popover plugin init.\n│   │   │   └── scrollbar       # Perfect scrollbar plugin init.\n│   │   │   └── search          # Topbar toggle search init.\n│   │   │   └── sidebar         # Sidebar JS code.\n│   │   │   └── skycons         # Animated icons plugin init.\n│   │   │   └── utils           # Basic utils used for proper rendering.\n│   │   │   └── vectorMaps      # Vector maps plugin init.\n│   │   │   └── index.js        # Indicator file.\n│   │   │\n│   │   └── static              # Contains the non-code files.\n│   │   │   └── fonts           # Contains icon fonts.\n│   │   │   └── images          # Contains all template images/svg.\n│   │   │\n│   │   └── styles              # Contains all SCSS files.\n│   │       └── spec            # Contains custom SCSS files.\n│   │       │   └── components  # Contains all template components.\n│   │       │   └── generic     # Contains basic scaffolding styles.\n│   │       │   └── screens     # Contains views specific styles.\n│   │       │   └── settings    # Contains all template variables.\n│   │       │   └── tools       # Contains all mixins.\n│   │       │   └── utils       # Contains helper classes.\n│   │       │   └── index.scss  # Indicator file.\n│   │       │\n│   │       └── vendor          # Contains all plugin files \u0026 custom styles.\n│   │       └── index.scss      # Indicator file.\n│   │\n│   └── *.html                  # All HTML pages files .\n\n│\n└── .babelrc                    # Babel ES6 Transpiler.\n└── .editorconfig               # Keep same coding styles between code editors.\n└── .eslintrc.yml               # JavaScript Linting.\n└── .gitattributes              # Git Attributes.\n└── .gitignore                  # Ignored files in Git.\n└── .stylelintrc.yml            # SCSS/CSS Linting.\n└── gulpfile.js                 # Supported Browsers.\n└── CHANGELOG.md                # Versioning.\n└── package.json                # Package metadata.\n└── README.md                   # Manual file.\n```\n\n\u003cbr /\u003e\n\n## License\n\n[@MIT](./LICENSE.md)\n\n\u003cbr /\u003e\n\n---\n[Adminator Django](https://adminator.appseed-srv1.com/) - Actively supported and verisoned by [AppSeed](https://appseed.us/). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fadminator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Fadminator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fadminator/lists"}