{"id":20066095,"url":"https://github.com/sean-bradley/seans-angularjs-java-spring-hibernate-mysql-boilerplate","last_synced_at":"2026-04-06T02:33:41.559Z","repository":{"id":76145499,"uuid":"142035844","full_name":"Sean-Bradley/Seans-AngularJS-Java-Spring-Hibernate-MySQL-Boilerplate","owner":"Sean-Bradley","description":"A Dockerised AngularJS Java Spring Hibernate Mysql Boilerplate","archived":false,"fork":false,"pushed_at":"2019-12-27T12:13:30.000Z","size":1495,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T14:35:20.864Z","etag":null,"topics":["angularjs","boilerplate","chai","docker","gulp","hibernate","java","mocha","mysql","nginx","protractor","spring"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Sean-Bradley.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":"2018-07-23T15:47:32.000Z","updated_at":"2022-10-24T10:20:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b407b8b-5b2f-4fd6-a795-42b18cfe4430","html_url":"https://github.com/Sean-Bradley/Seans-AngularJS-Java-Spring-Hibernate-MySQL-Boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sean-Bradley/Seans-AngularJS-Java-Spring-Hibernate-MySQL-Boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sean-Bradley%2FSeans-AngularJS-Java-Spring-Hibernate-MySQL-Boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sean-Bradley%2FSeans-AngularJS-Java-Spring-Hibernate-MySQL-Boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sean-Bradley%2FSeans-AngularJS-Java-Spring-Hibernate-MySQL-Boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sean-Bradley%2FSeans-AngularJS-Java-Spring-Hibernate-MySQL-Boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sean-Bradley","download_url":"https://codeload.github.com/Sean-Bradley/Seans-AngularJS-Java-Spring-Hibernate-MySQL-Boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sean-Bradley%2FSeans-AngularJS-Java-Spring-Hibernate-MySQL-Boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31457722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["angularjs","boilerplate","chai","docker","gulp","hibernate","java","mocha","mysql","nginx","protractor","spring"],"created_at":"2024-11-13T13:54:31.183Z","updated_at":"2026-04-06T02:33:41.534Z","avatar_url":"https://github.com/Sean-Bradley.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seans-AngularJS-Java-Spring-Hibernate-MySQL-Boilerplate\n\n*Dockerised and with tests*\n\nTests\n- Mocha and Chai test scripts for testing the routes\n- Protractor e2e and Jasmine tests for the AngularJS UI\n\nAnd\n- Auto concat using Gulp Concat\n- Minify using Gulp Uglify\n- ES6 to ES5 conversion using Babel\n- and deploy to public www folder using Gulp\n- now dockerised with docker-compose \n\n## Install\n\n`git clone https://github.com/Sean-Bradley/Seans-AngularJS-Java-Spring-Hibernate-MySQL-Boilerplate.git`\n\n`cd Seans-AngularJS-Java-Spring-Hibernate-MySQL-Boilerplate`\n\n`cd angularjs`\n\n`npm install`\n\n\n## To start\n\n`cd ..`  *cd back to project root*\n\n`docker-compose up`\n\nthen visit\n\n`https://localhost:8443`\n\n## Note about docker toolbox on windows 10\nIf you use docker toolbox on windows 10 home, the site will be published at ip 192.168.99.100.\n* You should open the VBox manager, \n* Click the default machine used by docker\n* Right click and choose Settings \n* Network \u003e Adapter 1 \u003e Advanced \u003e Port Forwarding\n* Click \"+\" to add a new Rule\n* Set Host IP to 127.0.0.1, Host Port 8443 \n* Guest IP to 192.168.99.100 and Guest Port 8443\n\n![screen shot](screenshot.png)\n\n## Developing\n\nIf you are developing the code,\nyou will also need to open a second console and run \n\n`cd angularjs`\n\n`gulp watch`\n\nThis will automatically,\n- detect changes in the source files, \n- run tests on the files using mocha and chai,\n- compile them from ES6 to ES5 Javascript using babel, \n- concatenate the js using gulp-concat,\n- and minify the js using gulp-uglify,\n- and copy the new scripts and html to the public `www` folder\n\nAll the AngularJS specific files should be edited from the `ngSrc` folder.\nAny changes will be automatically tested, recompiled, minified and saved to the public `www` folder.\n\n## Mocha Chai tests\n\n`cd angularjs`\n\n`npm test`\n\n## e2e Testing\n\nThere is also the option to do e2e testing with protractor and jasmine.\n\nBefore you start, you need to install protractor\n\n`cd angularjs`\n\n`npm install -g protractor`\n\nthen, update the web driver\n\n`npm run update-webdriver`\n\nNow you can run\n\n`npm run protractor`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsean-bradley%2Fseans-angularjs-java-spring-hibernate-mysql-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsean-bradley%2Fseans-angularjs-java-spring-hibernate-mysql-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsean-bradley%2Fseans-angularjs-java-spring-hibernate-mysql-boilerplate/lists"}