{"id":42664626,"url":"https://github.com/code4romania/theater-hub-api","last_synced_at":"2026-01-29T10:01:43.859Z","repository":{"id":27396218,"uuid":"113743686","full_name":"code4romania/theater-hub-api","owner":"code4romania","description":"The main goal of Theater Hub is to form a community of professionals working in the theater industry.","archived":false,"fork":false,"pushed_at":"2023-01-12T06:50:15.000Z","size":1282,"stargazers_count":4,"open_issues_count":26,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-05-01T11:46:03.926Z","etag":null,"topics":["civic-hacking","civic-tech","code4ro","community","theater","theater-hub"],"latest_commit_sha":null,"homepage":"http://theaterhub.ro/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/code4romania.png","metadata":{"funding":{"github":"code4romania","custom":["https://code4.ro/en/donate/"]},"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-10T11:16:37.000Z","updated_at":"2023-04-22T09:40:40.000Z","dependencies_parsed_at":"2023-01-14T06:39:18.182Z","dependency_job_id":null,"html_url":"https://github.com/code4romania/theater-hub-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/code4romania/theater-hub-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Ftheater-hub-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Ftheater-hub-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Ftheater-hub-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Ftheater-hub-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code4romania","download_url":"https://codeload.github.com/code4romania/theater-hub-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Ftheater-hub-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28875445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T09:47:23.353Z","status":"ssl_error","status_checked_at":"2026-01-29T09:47:19.357Z","response_time":59,"last_error":"SSL_read: 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":["civic-hacking","civic-tech","code4ro","community","theater","theater-hub"],"created_at":"2026-01-29T10:01:42.690Z","updated_at":"2026-01-29T10:01:43.852Z","avatar_url":"https://github.com/code4romania.png","language":"TypeScript","funding_links":["https://github.com/sponsors/code4romania","https://code4.ro/en/donate/"],"categories":[],"sub_categories":[],"readme":"# Theater Hub API\n\n[![GitHub contributors](https://img.shields.io/github/contributors/code4romania/theater-hub-api.svg?style=for-the-badge)](https://github.com/code4romania/theater-hub-api/graphs/contributors) [![GitHub last commit](https://img.shields.io/github/last-commit/code4romania/theater-hub-api.svg?style=for-the-badge)](https://github.com/code4romania/theater-hub-api/commits/master) [![License: MPL 2.0](https://img.shields.io/badge/license-MPL%202.0-brightgreen.svg?style=for-the-badge)](https://opensource.org/licenses/MPL-2.0)\n\n* enabling theater through civic tech\n* make collaboration as simple as a text message\n* encourage people to start national projects\n* bring together all the human resources needed\n* encourage donors to support independent art\n\n[See the project live](http://theaterhub.ro/)\n\nDIGITAL TOOLS FOR ANALOGUE ARTS - Ironically for the age of communication, the development of the Romanian theatre scene is currently undermined by lack of\nresources, collaboration and support within the profession.\n\nThe main goal of Theater Hub is to form a community of professionals working in the theater industry. As they interact with each other, they\nwill start building projects together, thus contributing to the overall enhancement of the arts landscape.\n\nThe users will be able to gather strength and support in order to take on bigger and more impactful projects.\n\nActors, dancers, technicians, directors, scriptwriters, machinists will all find their place in the hub. They will be the backbone of the app\nas one of the core aims is to coagulate them into a community. Theaters, bands, NGOs will also be welcomed.\n\nPeople willing to contribute to projects they like via donations, or with volunteer or paid services will have their own place on the platform.\n\nThis repo holds the API of Theater Hub.\n\n[Contributing](#contributing) | [Built with](#built-with) | [Repos and projects](#repos-and-projects) | [Deployment](#deployment) | [Feedback](#feedback) | [License](#license) | [About Code4Ro](#about-code4ro)\n\n## Contributing\n\nThis project is built by amazing volunteers and you can be one of them! Here's a list of ways in [which you can contribute to this project](.github/CONTRIBUTING.md).\n\n## Built With\n\n### Programming languages\n\ntypescript\n\n### Frameworks\n\nexpress.js\n\n### Platforms\n\nnode\n\n### Package managers\n\nnpm\n\n### Database technology \u0026 provider\n\npostgreSQL, typeorm\n\n## Repos and projects\n\nrepo for related client app: https://github.com/code4romania/theater-hub-client\n\n## Deployment\n\n1. Create a PostgreSQL database called: TheaterHub\n2. Change the database connection configuration in ormconfig.json to match your own.\n3. `npm install`\n4. `npm run build`\n5. `typeorm migrations:run`\n6. `npm run start`\n\n## Feedback\n\n* Request a new feature on GitHub.\n* Vote for popular feature requests.\n* File a bug in GitHub Issues.\n* Email us with other feedback contact@code4.ro\n\n## License\n\nThis project is licensed under the MPL 2.0 License - see the [LICENSE](LICENSE) file for details\n\n## About Code4Ro\n\nStarted in 2016, Code for Romania is a civic tech NGO, official member of the Code for All network. We have a community of over 500 volunteers (developers, ux/ui, communications, data scientists, graphic designers, devops, it security and more) who work pro-bono for developing digital solutions to solve social problems. #techforsocialgood. If you want to learn more details about our projects [visit our site](https://www.code4.ro/en/) or if you want to talk to one of our staff members, please e-mail us at contact@code4.ro.\n\nLast, but not least, we rely on donations to ensure the infrastructure, logistics and management of our community that is widely spread across 11 timezones, coding for social change to make Romania and the world a better place. If you want to support us, [you can do it here](https://code4.ro/en/donate/).\n\n\u003c!-- Please don't remove this: Grab your social icons from https://github.com/carlsednaoui/gitsocial --\u003e\n\n\u003c!-- display the social media buttons in your README --\u003e\n\n[![alt text][1.1]][1]\n[![alt text][2.1]][2]\n\n\u003c!-- links to social media icons --\u003e\n\u003c!-- no need to change these --\u003e\n\n\u003c!-- icons with padding --\u003e\n\n[1.1]: http://i.imgur.com/tXSoThF.png (twitter icon with padding)\n[2.1]: http://i.imgur.com/P3YfQoD.png (facebook icon with padding)\n\n\u003c!-- and without --\u003e\n\n[1.2]: http://i.imgur.com/wWzX9uB.png (twitter icon without padding)\n[2.2]: http://i.imgur.com/fep1WsG.png (facebook icon without padding)\n\n[1]: https://twitter.com/Code4Romania\n[2]: https://www.facebook.com/code4romania/\n\n\u003c!-- Please don't remove this: Grab your social icons from https://github.com/carlsednaoui/gitsocial --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode4romania%2Ftheater-hub-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode4romania%2Ftheater-hub-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode4romania%2Ftheater-hub-api/lists"}