{"id":24516386,"url":"https://github.com/samnoonabrar/Documentary-ListView","last_synced_at":"2025-10-02T22:30:24.937Z","repository":{"id":182357905,"uuid":"668367071","full_name":"samnoon1971/Documentary-ListView","owner":"samnoon1971","description":"A web app that will keep track of all the documentaries I have seen","archived":false,"fork":false,"pushed_at":"2023-08-22T16:13:26.000Z","size":191,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-21T07:17:54.251Z","etag":null,"topics":["laravel","php","sql"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samnoon1971.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-19T16:27:20.000Z","updated_at":"2023-07-20T16:51:29.000Z","dependencies_parsed_at":"2023-07-19T18:15:20.977Z","dependency_job_id":null,"html_url":"https://github.com/samnoon1971/Documentary-ListView","commit_stats":null,"previous_names":["samnoon1971/documentary-listview"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samnoon1971%2FDocumentary-ListView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samnoon1971%2FDocumentary-ListView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samnoon1971%2FDocumentary-ListView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samnoon1971%2FDocumentary-ListView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samnoon1971","download_url":"https://codeload.github.com/samnoon1971/Documentary-ListView/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235046590,"owners_count":18927436,"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":["laravel","php","sql"],"created_at":"2025-01-22T01:25:47.052Z","updated_at":"2025-10-02T22:30:24.564Z","avatar_url":"https://github.com/samnoon1971.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Documentary ListView\n\nA web app that will keep track of all the documentaries I have seen\n\n\n## Badges\n\n[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)\n[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)\n\n\n## Authors\n\n- [@samnoon1971](https://www.github.com/samnoon1971)\n\n\n## Tech Stack\n\n**Frontend:** React, Javascript, SCSS\n\n**Database:** PostgreSQL\n\n**Server:** PHP, Laravel\n\n\n## Contributing\n\nContributions are always welcome!\n\nSee `contributing.md` for ways to get started.\n\nPlease adhere to this project's `code of conduct`.\n\n\n## Deployment (App and DB Services - Multi Container)\n\n\nTo deploy this project with `docker-compose`  run\n\n```bash\ndocker-compose up --build\n```\n\n\n## Deployment (DB Container and App on hostmachine)\n\n\nTo setup database, follow this steps,\n\nPull latest Postgresql docker image:\n\n```bash\ndocker pull postgres\n```\n\n\nRun container with password (e.g. here it's 12345):\n\n\n\n```bash\ndocker run -d --name my_pgsql -e POSTGRES_PASSWORD=12345 --network host --restart always postgres:latest\n```\n\nSetup Database tables using following commands:\n\n```bash\nphp artisan migrate\nphp artisan db:seed\n```\n\nNow, run following commands to run App on your hostmachine:\n\n```bash\nphp artisan serve\n```\n\n\n## Run Unit Tests\n\nUse following command:\n\n```bash\nphp artisan test\n```\n## Environment Variables\n\nTo run this project, you will need to add some environment variables to your .env file, see .env.example file for reference.\n\n\n\n## Documentation\n\n(will be added in future)\n\n\n\n## Feedback\n\nIf you have any feedback, please reach out to us at samnoonabrar@gmail.com\n\n\n## Roadmap\n\n- Additional browser support\n\n- Add more integrations\n\n- Add documentation\n\n- Add Unit Tests\n\n- Add UI Tests\n\n- Add E2E Tests\n\n\n## Support\n\nFor support, email samnoonabrar@gmail.com or join our Slack channel.\n\n\n## FAQ\n\n#### Can I use it for commercial use?\n\nYes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamnoonabrar%2FDocumentary-ListView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamnoonabrar%2FDocumentary-ListView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamnoonabrar%2FDocumentary-ListView/lists"}