{"id":28234920,"url":"https://github.com/leopedroso45/vilow","last_synced_at":"2026-04-10T15:43:53.366Z","repository":{"id":126880065,"uuid":"211628249","full_name":"leopedroso45/ViLoW","owner":"leopedroso45","description":"ViLoW is a golang open-source video streaming system.","archived":false,"fork":false,"pushed_at":"2023-10-05T16:19:28.000Z","size":90594,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T22:14:35.602Z","etag":null,"topics":["api","bootstrap","consuming-videos-stored","docker","docker-compose","golang","mysql","open-source","opensource","videos"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/leopedroso45.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-09-29T08:13:56.000Z","updated_at":"2025-02-14T01:38:42.000Z","dependencies_parsed_at":"2023-06-18T14:17:33.374Z","dependency_job_id":"0f60a381-dd62-4402-accc-b67c98854264","html_url":"https://github.com/leopedroso45/ViLoW","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leopedroso45/ViLoW","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopedroso45%2FViLoW","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopedroso45%2FViLoW/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopedroso45%2FViLoW/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopedroso45%2FViLoW/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leopedroso45","download_url":"https://codeload.github.com/leopedroso45/ViLoW/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopedroso45%2FViLoW/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259541476,"owners_count":22873703,"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":["api","bootstrap","consuming-videos-stored","docker","docker-compose","golang","mysql","open-source","opensource","videos"],"created_at":"2025-05-18T22:14:38.550Z","updated_at":"2025-12-30T23:04:48.511Z","avatar_url":"https://github.com/leopedroso45.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003c!-- ![alt text](https://github.com/leopedroso45/ViLoW/blob/master/app/web/ViLoWofc.png) --\u003e \n\t\u003ca href=\"#\"\u003e\u003cimg src=\"https://github.com/leopedroso45/ViLoW/blob/master/web/ViLoWofc.png\" alt=\"ViLoW\"\u003e\t\n\t\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\t\n[![Go Report Card](https://goreportcard.com/badge/github.com/leopedroso45/vilow)](https://goreportcard.com/report/github.com/leopedroso45/ViLoW)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c402f859fde040c9af9f5b9e2e272d31)](https://app.codacy.com/manual/leopedroso45/ViLoW?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=leopedroso45/ViLoW\u0026utm_campaign=Badge_Grade_Dashboard)\n[![Maintainability](https://api.codeclimate.com/v1/badges/974ea2165b7a5ac93d63/maintainability)](https://codeclimate.com/github/leopedroso45/ViLoW/maintainability)\n[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go\u0026logoColor=white\u0026style=flat)](https://pkg.go.dev/github.com/leopedroso45/vilow)\n\n\u003c/div\u003e\n\n\u003ch3 align=\"center\"\u003eViLoW is a system that displays videos shared by the user on a platform for access on mobile devices or desktop on home network.\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003eThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\u003c/p\u003e\n \n\n### Prerequisites\n\n- [Docker](https://docs.docker.com/)\n- [Docker-compose](https://docs.docker.com/compose/install/)\n\n### Installing\n\n- After installing the tools mentioned above you are ready to run the application and / or contribute to the project.\n\n- Now you can clone this [ViloW Server](https://github.com/leopedroso45/ViLoW), [ViLoW Client](https://github.com/leopedroso45/ViLoW_Client) and open it in your favorite editor, I recommend [VSCode](https://code.visualstudio.com/)!  :)\n\n### You need to modify some paths for everything to work properly\n\n- By default, the volume folder where videos should be stored is **C:\\data**, but you can easily modify this in the Docker-compose file.\n\n- Now you can run: \n```docker-compose up --build```\n\n## Built With\n\n* [Go SQL Driver](https://github.com/go-sql-driver/mysql) - The mysql driver used\n* [Mux](https://github.com/gorilla/mux) - A powerful HTTP router and URL matcher for building Go web servers\n* [MySQL](https://www.mysql.com/) - is a relational database management system based on SQL – Structured Query Language.\n* [Docker](https://docs.docker.com/) - Docker provides a way to run applications securely isolated in a container, packaged with all its dependencies and libraries.\n\nThe client was built using Reactjs, check it out:\n\n- [ViLoW](https://github.com/leopedroso45/ViLoW_Client)\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://gist.github.com/) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Authors\n\n* **Leonardo Severo** - *Nebullus* - [leopedroso45](https://github.com/leopedroso45)\n\nSee also the list of [contributors](https://github.com/leopedroso45/ViLoW/graphs/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleopedroso45%2Fvilow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleopedroso45%2Fvilow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleopedroso45%2Fvilow/lists"}