{"id":19382720,"url":"https://github.com/danivek/mean-starter-kit","last_synced_at":"2025-04-23T20:32:26.584Z","repository":{"id":148110521,"uuid":"45393665","full_name":"danivek/mean-starter-kit","owner":"danivek","description":"Starter kit (seed) for MEAN stack applications - MongoDB, Express, AngularJS, NodeJS, Gulp 4, Docker","archived":false,"fork":false,"pushed_at":"2016-08-04T14:01:26.000Z","size":36,"stargazers_count":19,"open_issues_count":0,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-02T20:11:18.293Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/danivek.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}},"created_at":"2015-11-02T12:41:01.000Z","updated_at":"2024-08-12T19:19:57.000Z","dependencies_parsed_at":"2023-05-19T04:30:32.349Z","dependency_job_id":null,"html_url":"https://github.com/danivek/mean-starter-kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danivek%2Fmean-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danivek%2Fmean-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danivek%2Fmean-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danivek%2Fmean-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danivek","download_url":"https://codeload.github.com/danivek/mean-starter-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250509844,"owners_count":21442508,"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","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":"2024-11-10T09:22:56.634Z","updated_at":"2025-04-23T20:32:26.572Z","avatar_url":"https://github.com/danivek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mean-starter-kit\n\n[![Build Status](https://travis-ci.org/danivek/mean-starter-kit.svg?branch=master)](https://travis-ci.org/danivek/mean-starter-kit)\n[![Coverage Status](https://coveralls.io/repos/danivek/mean-starter-kit/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/danivek/mean-starter-kit?branch=master)\n[![Dependency Status](https://david-dm.org/danivek/mean-starter-kit.svg)](https://david-dm.org/danivek/mean-starter-kit) [![devDependency Status](https://david-dm.org/danivek/mean-starter-kit/dev-status.svg)](https://david-dm.org/danivek/mean-starter-kit#info=devDependencies)\n\n\u003e Starter kit (seed) for MEAN stack applications - MongoDB, Express, AngularJS, NodeJS with Gulp\n\n## Features\nClient:\n  - [AngularJS](https://angularjs.org/)\n  - [AngularJS UI Router](https://github.com/angular-ui/ui-router)\n  - [John Papa's Angular styleguide](https://github.com/johnpapa/angular-styleguide)\n  - [Bootstrap](http://getbootstrap.com/)\n  - [angular-translate](https://github.com/angular-translate/angular-translate) (i18n)\n  - Preconfigure i18n translations, with loading locale from the browser language.\n  - And more... See bower_components file.\n\nServer:\n  - [Express](http://www.http://expressjs.com/)\n  - [node-config](https://github.com/lorenwest/node-config)\n  - [CORS](https://github.com/expressjs/cors)\n  - [Mongoose](http://mongoosejs.com/)\n  - CRUD exemple\n  - And more... See package.json file.\n\nTests:\n  - [Mocha](https://mochajs.org/) Tests\n  - [Istanbul](https://github.com/gotwarlost/istanbul) code coverage\n  - [Supertest](https://github.com/visionmedia/supertest)\n\nBuild:\n  - [Gulp 4](http://gulpjs.com/) include various gulp plugins\n  - [Browsersync](http://www.browsersync.io/) with livereload for client\n  - [Nodemon](http://nodemon.io/) with livereload for server\n  - Lint code with eslint (help enforce a uniform coding style)\n  - Cache control with [gulp-rev](https://github.com/sindresorhus/gulp-rev)\n  - Run mocha tests with code coverage\n  - Application distribution build (dist folder)\n  - travis.yml\n  - And more... See gulpfile.js and gulp-tasks folder\n\nDocker:\n  - DockerFile with node 4 official image\n  - docker-compose.yml version 2 with official MongoDb and Nginx images\n  - Nginx configuration with caching\n\n**Coming soon:**\n  - **e2e tests** with [protractor](http://www.protractortest.org/#/)\n  - ...\n\n## AngularJS best practices used\n\n  - [$httpProvider.useApplyAsync(true)](http://blog.thoughtram.io/angularjs/2015/01/14/exploring-angular-1.3-speed-up-with-applyAsync.html)\n  - [$compileProvider.debugInfoEnabled(false)](https://docs.angularjs.org/guide/production)\n  - Avoid [FOUC - Flash of untranslated content](https://angular-translate.github.io/docs/#/guide/12_asynchronous-loading#asynchronous-loading_fouc---flash-of-untranslated-content) with angular-translate by adding [translate-cloak directive](https://angular-translate.github.io/docs/#/api/pascalprecht.translate.directive:translateCloak). See [commit](https://github.com/danivek/mean-starter-kit/commit/ae8099d9177e36322f97d30401ed1b81fffe222f).\n\n## Prerequisites\n\n  * MongoDB - Download and Install [MongoDB](http://www.mongodb.org/downloads) - If you plan on scaffolding your project with mongoose, you'll need mongoDB to be installed and have the `mongod` process running.\n\n## Getting Started\n\n- Install: `npm install` and `bower install`\n- Run: `npm start` or if you have Gulp 4 on your environnement, just run: `gulp`\n- Run tests: `npm test` or if you have Gulp 4 on your environnement, just run: `gulp test`\n- Build dist: `npm dist`\n\n## Contribute\n\nWhen submitting a PR, make sure that the commit messages match the [AngularJS conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanivek%2Fmean-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanivek%2Fmean-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanivek%2Fmean-starter-kit/lists"}