{"id":20678479,"url":"https://github.com/codecentric/movie-database-node","last_synced_at":"2025-05-10T15:30:48.028Z","repository":{"id":86070595,"uuid":"9838175","full_name":"codecentric/movie-database-node","owner":"codecentric","description":null,"archived":false,"fork":false,"pushed_at":"2015-07-29T07:38:03.000Z","size":39274,"stargazers_count":8,"open_issues_count":0,"forks_count":19,"subscribers_count":179,"default_branch":"master","last_synced_at":"2023-03-22T13:44:47.653Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codecentric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-03T14:56:50.000Z","updated_at":"2021-04-27T15:19:05.000Z","dependencies_parsed_at":"2023-03-04T23:15:31.259Z","dependency_job_id":null,"html_url":"https://github.com/codecentric/movie-database-node","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecentric%2Fmovie-database-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecentric%2Fmovie-database-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecentric%2Fmovie-database-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecentric%2Fmovie-database-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecentric","download_url":"https://codeload.github.com/codecentric/movie-database-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224970147,"owners_count":17400355,"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-16T21:20:14.318Z","updated_at":"2024-11-16T21:20:14.995Z","avatar_url":"https://github.com/codecentric.png","language":"JavaScript","readme":"# Movie Database - NodeJS version\n\n[![Build Status](https://travis-ci.org/codecentric/movie-database-node.png)](https://travis-ci.org/codecentric/movie-database-node)\n\nAnother version of the legendary movie database. This time with NodeJS. The app\nis being deployed to Heroku after every push. Feel free to check it out:\n[http://movie-database-node.herokuapp.com/](http://movie-database-node.herokuapp.com/)!\n\n*More documentation is available through [http://codecentric.github.io/movie-database-node](http://codecentric.github.io/movie-database-node)*.\n\n## Travis-CI and Heroku\n\nThis project uses [Travis-CI](https://www.travis-ci.org/) for\ncontinuous integration. After every successfull build, the application\nis deployed automatically to [Heroku](https://www.heroku.com/).\n\nIf you fork the project, you probably want to set up a CI/CD-pipeline\nyourself. For Travis-CI, follow these steps (or take a look at the\nguide [Travis-CI Getting started guide](http://about.travis-ci.org/docs/user/getting-started/)). If\nyou are interested in the travis-configuration, take a look at the\ndocumented [.travis.yml](.travis.yml).\n\n1. Fork the project on GitHub.\n2. Create a Travis-CI account (you can login with your GitHub account).\n3. Activate the Travis service hook for your fork of the project (on your profile page).\n4. Change the build-status icon in this README.md file to the new travis project (https://travis-ci.org/YOUR_GITHUB_NAME/movie-database-node).\n\nDeployment on Heroku is also easy. Just follow the [Getting started with Heroku and NodeJS guide](https://devcenter.heroku.com/articles/nodejs).\nIf you want your application to be deployed continuously, whenever a Travis-CI job succeeds, you have to encrypt your Heroku API Key and save it in the `.travis.yml` according to the [Travis CI documentation](http://about.travis-ci.org/docs/user/deployment/heroku/):\n\n## System requirements\n\n*Make sure that you have [node.js with NPM](http://nodejs.org/) installed on\nyour machine. You also need a Neo4j instance listening\non* `http://127.0.0.1:7474`.\n\nThis project uses a standard node.js module descriptor (`package.json`) and\n[Grunt](http://gruntjs.com/) as a tool for test execution and static source\ncode analysis. To install the project's dependencies, simply run `npm install`\nin the project's root directory. This will make sure that the development tools\nare locally installed.\n\nTo make use of Grunt, you further need to have its CLI tool on your path.\n\n```\nnpm install -g grunt-cli\n```\n\nThe most useful Grunt tasks currently is `test` for test execution and\n`dev` to run a development mode. To execute these tasks, simple call\nGrunt:\n\n```\ngrunt dev\n```\n\nThe development mode will automatically spin up a server which will be restarted\nupon file changes. Furthermore all tests will be executed whenever you change\na file.\n\n## Automatically restarting the express server on file changes\n\n*You can stop reading right now when you are using the `grunt dev` task. The\ntask automatically restarts the server for you.*\n\nAutomatically restarting the server on file changes is desirable as this\nincreases your development pace.\n[Supervisor](https://github.com/isaacs/node-supervisor) can help you with this.\n\n```\n# To install supervisor\nnpm install -g supervisor\n\n# Then run the server\nsupervisor src/server.js\n```\n\n## Other Movie Database Implementations\n\n - [with Spring MVC](https://github.com/tobiasflohre/movie-database)\n - [with AngularJS and requireJS](https://github.com/bripkens/movie-database-spa)\n\n## License (MIT)\n\nCopyright (c) 2013-2014 codecentric AG\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecentric%2Fmovie-database-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecentric%2Fmovie-database-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecentric%2Fmovie-database-node/lists"}