{"id":20981227,"url":"https://github.com/jasonmdev/angular-basic-routing","last_synced_at":"2026-04-06T00:04:31.478Z","repository":{"id":132163794,"uuid":"68238643","full_name":"JasonMDev/angular-basic-routing","owner":"JasonMDev","description":"A basic angular app to demonstrate the use of routing to display various displays based on the URL.","archived":false,"fork":false,"pushed_at":"2016-09-14T20:34:29.000Z","size":458,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T06:41:23.574Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hidden-mountain-44250.herokuapp.com/","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/JasonMDev.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":"2016-09-14T19:58:49.000Z","updated_at":"2016-09-14T20:36:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f16853d-9688-4c1c-9b8e-123dfed17de5","html_url":"https://github.com/JasonMDev/angular-basic-routing","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/JasonMDev%2Fangular-basic-routing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonMDev%2Fangular-basic-routing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonMDev%2Fangular-basic-routing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonMDev%2Fangular-basic-routing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JasonMDev","download_url":"https://codeload.github.com/JasonMDev/angular-basic-routing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243382996,"owners_count":20282061,"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-19T05:35:15.336Z","updated_at":"2025-12-30T01:29:33.838Z","avatar_url":"https://github.com/JasonMDev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-basic-routing\n\nA basic AngularJS app using [Express 4](http://expressjs.com/).\nThis app demonstrates the use of routing to display various displays based on the URL. It is based upon the AngularJS lesson found at [codecademy](http://www.codecademy.com/).\n\nThe app is ready to deploy to [Heroku](http://www.heroku.com/). The Procfile, .env and server.js files have already been created, therefore only the following is required to get it deployed to [Heroku](http://www.heroku.com/):\n\nFurther details about the steps in deploying the app can be found at the following articles:\n- [Deploying-nodejs on Heroku](https://devcenter.heroku.com/articles/deploying-nodejs) \n\n## A. Prerequisites\nIt is assumed that you have the following installed:\n- [Node.js](http://nodejs.org/) and npm installed.\n- an existing Node.js app.\n- a free Heroku account.\n- the Heroku CLI and [Heroku Toolbelt](https://toolbelt.heroku.com/).\n\n\n## B. Get it Locally\n\nFork the repo and the make a clone of the forked repo in your local machine.\n\n## C. Check production on local\n\nFirst check if you aren't relying in system-level packages.\nYou shouldn't get errors.\n```sh\n$ cd angular-basic-array\n$ rm -rf node_modules; npm install --production\n$ heroku local web\n```\n\nYour app should now be running on [localhost:5000](http://localhost:5000/).\n\nIf there is an error due a module not been found, it should show what dependency is missing from your package.json file.\n\n## C. Check development on local\n\n```sh\n$ cd angular-basic-array\n$ npm install\n$ heroku local web\n```\n\nYour app should now be running on [localhost:5000](http://localhost:5000/).\n\nYou can also try out the npm server\n```sh\n$ cd angular-basic-array\n$ npm start\n```\nYour app should now be running on [localhost:5000](http://localhost:5000/).\n\n## D. Deploying to Heroku\n\nMake sure that the root file contains a \".env\" file required for heroku deployment.\nThis is usually an empty file.\n\n```\n$ heroku create\n$ git push heroku master\n$ heroku open\n```\n\n## Documentation\n\nFor more information about using Node.js on Heroku, see these Dev Center articles:\n\n- [Deploying-nodejs on Heroku](https://devcenter.heroku.com/articles/deploying-nodejs) \n- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs)\n- [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support)\n- [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs)\n- [Best Practices for Node.js Development](https://devcenter.heroku.com/articles/node-best-practices)\n- [Using WebSockets on Heroku with Node.js](https://devcenter.heroku.com/articles/node-websockets)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonmdev%2Fangular-basic-routing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonmdev%2Fangular-basic-routing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonmdev%2Fangular-basic-routing/lists"}