{"id":21763739,"url":"https://github.com/pankalog/pulsed-workshop-api","last_synced_at":"2026-05-16T20:33:18.564Z","repository":{"id":264367821,"uuid":"893158946","full_name":"pankalog/pulsed-workshop-api","owner":"pankalog","description":"Sample web application for the WebDev workshop @ FHICT Pulsed, 28/11/2024. Thrown together quickly using Flask.","archived":false,"fork":false,"pushed_at":"2024-11-23T18:26:00.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T04:45:11.600Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pankalog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-23T17:30:02.000Z","updated_at":"2024-11-23T18:26:03.000Z","dependencies_parsed_at":"2024-11-23T19:19:59.223Z","dependency_job_id":"301f477f-532c-452d-b10b-5db99a10dc90","html_url":"https://github.com/pankalog/pulsed-workshop-api","commit_stats":null,"previous_names":["pankalog/pulsed-workshop-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pankalog/pulsed-workshop-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankalog%2Fpulsed-workshop-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankalog%2Fpulsed-workshop-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankalog%2Fpulsed-workshop-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankalog%2Fpulsed-workshop-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pankalog","download_url":"https://codeload.github.com/pankalog/pulsed-workshop-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankalog%2Fpulsed-workshop-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33117833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"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":[],"created_at":"2024-11-26T12:16:12.801Z","updated_at":"2026-05-16T20:33:18.546Z","avatar_url":"https://github.com/pankalog.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pulsed Workshop sample web application\n\nThrown together quickly using Flask.\n\n## Flask App\n\nThis web application is made using Flask, an HTTP API framework that helps with setting up\nweb applications extremely fast. I don't usually code in Python, especially for web\ndevelopment, so this is definitely not amazing.\n\nBelow you can see how to install this app and run it, feel free to make some modifications!\n\n### Installation\n\n1. **Clone the repository:**\n   ```sh\n   git clone \u003crepository_url\u003e\n   cd \u003crepository_directory\u003e\n   ```\n\n2. **Create a virtual environment:**\n   ```sh\n   python3 -m venv venv\n   ```\n\n3. **Activate the virtual environment:**\n   - On macOS and Linux:\n     ```sh\n     source venv/bin/activate\n     ```\n   - On Windows:\n     ```sh\n     venv\\Scripts\\activate\n     ```\n\n4. **Install the dependencies:**\n   ```sh\n   pip install -r requirements.txt\n   ```\n\n## Running the App\n\n1. **Set the Flask app environment variable:**\n   ```sh\n   export FLASK_APP=main.py\n   ```\n\n2. **Run the Flask app:**\n   ```sh\n   flask run\n   ```\n\n3. **Access the app in your web browser:**\n   Open your web browser and go to `http://127.0.0.1:5000/`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpankalog%2Fpulsed-workshop-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpankalog%2Fpulsed-workshop-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpankalog%2Fpulsed-workshop-api/lists"}