{"id":18389867,"url":"https://github.com/proloser/angular-sails-seed","last_synced_at":"2025-06-17T23:06:43.446Z","repository":{"id":66925346,"uuid":"28085753","full_name":"ProLoser/angular-sails-seed","owner":"ProLoser","description":"A barebones boilerplate of AngularJS SPA + Sails.js","archived":false,"fork":false,"pushed_at":"2015-01-08T10:27:02.000Z","size":368,"stargazers_count":21,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-16T01:00:59.236Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ProLoser.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}},"created_at":"2014-12-16T12:20:25.000Z","updated_at":"2021-03-18T10:09:21.000Z","dependencies_parsed_at":"2023-02-20T14:31:05.479Z","dependency_job_id":null,"html_url":"https://github.com/ProLoser/angular-sails-seed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ProLoser/angular-sails-seed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProLoser%2Fangular-sails-seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProLoser%2Fangular-sails-seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProLoser%2Fangular-sails-seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProLoser%2Fangular-sails-seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProLoser","download_url":"https://codeload.github.com/ProLoser/angular-sails-seed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProLoser%2Fangular-sails-seed/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260453744,"owners_count":23011576,"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-06T01:44:50.711Z","updated_at":"2025-06-17T23:06:38.430Z","avatar_url":"https://github.com/ProLoser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boilerplate for AngularJS + Sails.js\n\n### Why?\nModern web applications has separated front- and backend sides to use. This boilerplate present one way to make\n\u003cem\u003eyour\u003c/em\u003e application which have fully separated back- and frontend sides.\n\n### Main goals of this boilerplate\n* Separate back and front development apps\n* Authenticate with backend (possible multiple ways: local, github, twitter, etc.)\n* WebSockets\n* Minimal - I hate bloated boilerplates\n\n## Setup\n\n\u003cpre\u003e\nnpm install bower -g\nnpm install sails -g\n\u003c/pre\u003e\n\n1. Frontend landing page: \u003ccode\u003e/frontend/src/app/index.html\u003c/code\u003e\n2. Backend URL: \u003ccode\u003eio.sails.url\u003c/code\u003e (customize in \u003ccode\u003efrontend/config/config.json\u003c/code\u003e)\n3. Copy \u003ccode\u003e/backend/config/local_example.js\u003c/code\u003e to \u003ccode\u003e/backend/config/local_example.js\u003c/code\u003e and customize\n4. Install Dependencies: \u003ccode\u003enpm install\u003c/code\u003e (runs \u003ccode\u003enpm/bower install\u003c/code\u003e from frontend and backend folders)\n\n## Running\nYou have to start both \u003ccode\u003ebackend\u003c/code\u003e and \u003ccode\u003efrontend\u003c/code\u003e servers to run this project. These can\nbe started\n\n#### Backend\n\u003cpre\u003e\ncd backend\nsails lift\n\u003c/pre\u003e\n\n#### Frontend\n**In Development:**\n\u003cpre\u003e\ncd frontend\ngulp serve\n\u003c/pre\u003e\n\n**In Production:**\n\u003cpre\u003e\ncd frontend\ngulp dist\ngulp production\n\u003c/pre\u003e\n\n\n## Resources\n\n* Sails.js, http://sailsjs.org/\n* AngularJS, https://angularjs.org/\n* AngularUI Router https://angular-ui.github.io/ui-router\n* Json Web Tokens, http://angular-tips.com/blog/2014/05/json-web-tokens-examples/\n\n## Author\n[Dean Sofer](https://github.com/ProLoser)  \nTarmo Leppänen\n\n## License\nThe MIT License (MIT)\n\nCopyright (c) 2014 Tarmo Leppänen\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproloser%2Fangular-sails-seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproloser%2Fangular-sails-seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproloser%2Fangular-sails-seed/lists"}