{"id":43997480,"url":"https://github.com/animeshry/eradb","last_synced_at":"2026-02-07T12:03:03.783Z","repository":{"id":41904107,"uuid":"363936997","full_name":"AnimeshRy/eraDB","owner":"AnimeshRy","description":"Build your local Movie Database","archived":false,"fork":false,"pushed_at":"2022-04-23T11:19:01.000Z","size":6112,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-03-07T21:31:07.069Z","etag":null,"topics":["bootstrap4","django","movie-database","omdb-api"],"latest_commit_sha":null,"homepage":"","language":"Python","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/AnimeshRy.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}},"created_at":"2021-05-03T13:22:14.000Z","updated_at":"2023-03-04T08:37:54.000Z","dependencies_parsed_at":"2022-08-11T20:40:57.901Z","dependency_job_id":null,"html_url":"https://github.com/AnimeshRy/eraDB","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/AnimeshRy/eraDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimeshRy%2FeraDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimeshRy%2FeraDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimeshRy%2FeraDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimeshRy%2FeraDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnimeshRy","download_url":"https://codeload.github.com/AnimeshRy/eraDB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimeshRy%2FeraDB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29194009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bootstrap4","django","movie-database","omdb-api"],"created_at":"2026-02-07T12:02:35.017Z","updated_at":"2026-02-07T12:03:03.776Z","avatar_url":"https://github.com/AnimeshRy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🍿 EraDB\u003c/h1\u003e\n\u003cp align=\"center\"\u003eMovie Database with Django and Bootstrap 4\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"APM\" src=\"https://img.shields.io/apm/l/vim-mode\"\u003e\n\u003cimg alt=\"GitHub Pipenv locked Python version\" src=\"https://img.shields.io/github/pipenv/locked/python-version/AnimeshRy/eraDB\"\u003e\n\u003ca href=\"https://github.com/AnimeshRy/eraDB/issues\"\u003e\u003cimg alt=\"GitHub issues\" src=\"https://img.shields.io/github/issues/AnimeshRy/eraDB\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/AnimeshRy/eraDB/network\"\u003e\u003cimg alt=\"GitHub forks\" src=\"https://img.shields.io/github/forks/AnimeshRy/eraDB\"\u003e\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.youtube.com/watch?v=dQw4w9WgXcQ\"\u003e\n  \u003cimg width=\"460\" height=\"300\" src=\"./static/img/result.gif\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## ⚡ Features\n\n🎯 **OMDb API** - Utilize the extensive omDB API\n\n🎯 **Inject MovieData** - Inject Movie Data if not locally available\n\n🎯 **WatchList** - Add and manage movies, series etc to seperate user watchlist\n\n🎯 **Sort by Actor's and Genre's** - Sort locally movie data based on actor and genre.\n\n🎯 **Reviews and Comments** - Add a review for a movie and other users can like, dislike or comment on the review.\n\n## 🚀 Setup\n\nThese instructions will get you a copy of the project up and running on your local machine for deployement and development.\n\nYou'll need [Git](https://git-scm.com) and [Python 3.8+](https://www.python.org/downloads/) installed on your local computer.\n\n```\npython@3.8 or higher\ngit@2.17.1 or higher\n```\n\nYou can also use the [Zip](https://github.com/AnimeshRy/eraDB/archive/refs/heads/main.zip) file and extract the folder.\n\n## 🔧 How To Use\n\nFrom your command line, clone and deploy:\n\n```bash\n# Clone this repository\n$ git clone git@github.com:AnimeshRy/eraDB.git\n\n# Go into the repository\n$ cd eraDB\n\n# Install dependencies\n# if Pipenv available ? run\n$ pipenv install\n\n# Else\n$ pip install -r requirements.txt\n\n```\n\n## 📨 Environment Setup\n\n```bash\n# You need some environment variables to setup.\ntouch .env\n# replace string with a random string\nSECRET_KEY={string}\nDEBUG=True\nomdbKey={omdbAPIKey}\n\n# Create media directory\nmkdir media\n```\n\nGet your omdb API Key from [here.](http://www.omdbapi.com/)\n\n## 🛠️ Django Setup\n\nAfter installing the requirements, we'll need to setup some Django commands.\n\n### Perform database migration:\n\n```bash\npython manage.py check\npython manage.py migrate\n```\n\n### To Create Admin Account\n\n\u003e You can also create a account from the Signup page\n\n```bash\npython manage.py createsuperuser\n# follow instruction\n```\n\n### Run Development Server\n\n```bash\npython manage.py runserver\n```\n\nNavigate to [http://localhost:8000/](http://localhost:8000/) endpoint in your browser.\n\nAdmin endpoint is at http://127.0.0.1:8000/admin/\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](./LICENSE) file for details\n\n## Important\n\n- This project is just meant as a little side project and is not meant as a disrespect towards existing movie databases.\n\n- The project will not be maintained, anyone can clone and have fun with it.\n\n- **There isn't any point in deploying this app as the API calls are limited and the database gets populated very fast based on every unique movie click**.\n\n## 👨‍💻 Thanks\n\n- [OMDb API](http://www.omdbapi.com/)\n- [Bootstrap 4](https://getbootstrap.com/)\n- [Django 3](https://docs.djangoproject.com/en/3.1/releases/3.0/)\n- [SQLite3](https://www.sqlite.org/index.html)\n\n#### Designed \u0026 Developed with 💙 by [Animesh Singh](https://www.github.com/AnimeshRy)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanimeshry%2Feradb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanimeshry%2Feradb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanimeshry%2Feradb/lists"}