{"id":18725577,"url":"https://github.com/reljicd/flask-tutorial","last_synced_at":"2026-05-03T07:39:55.833Z","repository":{"id":94100373,"uuid":"93400397","full_name":"reljicd/flask-tutorial","owner":"reljicd","description":"Flask tutorial","archived":false,"fork":false,"pushed_at":"2017-06-05T12:32:51.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T13:17:43.071Z","etag":null,"topics":["flask","jinja2","python","sqlite3"],"latest_commit_sha":null,"homepage":null,"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/reljicd.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":"2017-06-05T12:13:31.000Z","updated_at":"2017-06-05T14:35:19.000Z","dependencies_parsed_at":"2023-03-13T17:07:36.997Z","dependency_job_id":null,"html_url":"https://github.com/reljicd/flask-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reljicd%2Fflask-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reljicd%2Fflask-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reljicd%2Fflask-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reljicd%2Fflask-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reljicd","download_url":"https://codeload.github.com/reljicd/flask-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239592980,"owners_count":19664855,"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":["flask","jinja2","python","sqlite3"],"created_at":"2024-11-07T14:10:50.956Z","updated_at":"2025-11-11T19:30:12.792Z","avatar_url":"https://github.com/reljicd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Tutorial\n\nFollowing Flask tutorial from [Flask website](http://flask.pocoo.org/docs/0.12/tutorial/)\n\n## Virtual Environment\n\nMake virtual environment in root of the project with:\n```\npython3 -m venv virtual-env\n```\nActivate it with:\n```\nsource virtual-env/bin/activate\n```\nInstall Requirements with:\n```\n(virtual-env) ~$ python -m pip install -r requirements.txt\n(virtual-env) ~$ python -m pip install --editable .\n```\n\n## Database setup\nYou need to be in **mysite** folder for this command:\n```\n(virtual-env) ~$ python -m flask initdb\n```\n\n## The development web server\n\nYou need to be in **mysite** folder for this command:\n```\n(virtual-env) ~$ python -m flask run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freljicd%2Fflask-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freljicd%2Fflask-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freljicd%2Fflask-tutorial/lists"}