{"id":17862899,"url":"https://github.com/dheavy/playing-with-flask","last_synced_at":"2026-03-11T16:04:14.133Z","repository":{"id":148062966,"uuid":"28663392","full_name":"dheavy/playing-with-flask","owner":"dheavy","description":"Playing with Flask","archived":false,"fork":false,"pushed_at":"2015-01-05T16:19:52.000Z","size":368,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-21T06:55:49.744Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dheavy.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}},"created_at":"2014-12-31T10:29:27.000Z","updated_at":"2021-06-08T19:29:28.000Z","dependencies_parsed_at":"2023-03-27T12:41:50.315Z","dependency_job_id":null,"html_url":"https://github.com/dheavy/playing-with-flask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dheavy/playing-with-flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dheavy%2Fplaying-with-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dheavy%2Fplaying-with-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dheavy%2Fplaying-with-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dheavy%2Fplaying-with-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dheavy","download_url":"https://codeload.github.com/dheavy/playing-with-flask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dheavy%2Fplaying-with-flask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30387009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T14:10:17.325Z","status":"ssl_error","status_checked_at":"2026-03-11T14:09:37.934Z","response_time":84,"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":[],"created_at":"2024-10-28T08:56:44.730Z","updated_at":"2026-03-11T16:04:14.108Z","avatar_url":"https://github.com/dheavy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Training on Flask (Python)\n\n### Set up\n\n- Install **Python 2.7.x**;\n- Install **virtualenv**;\n- Inside the app root directory, create a virtual environment called **flask**: `virtualenv flask`;\n- Use **pip** from the virtual environment to install dependencies: `flask/bin/pip install -r requirements.txt`;\n- Create a `config_local.py` file at the root directory of our app and fill it with the following properties to set up mail:\n  ````\n  MAIL_SERVER = \u003cvalue\u003e\n  MAIL_PORT = \u003cvalue\u003e\n  MAIL_USERNAME = \u003cvalue\u003e\n  MAIL_PASSWORD = \u003cvalue\u003e\n  ````\n\n- Launch migrations: `./db_migrate.py`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdheavy%2Fplaying-with-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdheavy%2Fplaying-with-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdheavy%2Fplaying-with-flask/lists"}