{"id":26385001,"url":"https://github.com/hdaojin/itnsa","last_synced_at":"2026-05-20T15:01:54.856Z","repository":{"id":220289293,"uuid":"717987146","full_name":"hdaojin/itnsa","owner":"hdaojin","description":"A web application using Flask","archived":false,"fork":false,"pushed_at":"2024-12-09T06:32:03.000Z","size":320,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-09T07:29:47.813Z","etag":null,"topics":["flask","web"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hdaojin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-11-13T05:52:04.000Z","updated_at":"2024-12-09T06:32:06.000Z","dependencies_parsed_at":"2024-02-25T08:31:07.796Z","dependency_job_id":"59d3000a-cd60-4d91-b2d2-e5306aed1bd2","html_url":"https://github.com/hdaojin/itnsa","commit_stats":null,"previous_names":["hdaojin/itnsa"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdaojin%2Fitnsa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdaojin%2Fitnsa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdaojin%2Fitnsa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdaojin%2Fitnsa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hdaojin","download_url":"https://codeload.github.com/hdaojin/itnsa/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243993768,"owners_count":20380455,"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","web"],"created_at":"2025-03-17T07:37:42.344Z","updated_at":"2026-05-20T15:01:54.778Z","avatar_url":"https://github.com/hdaojin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Web Application Project\n\nA web application using Flask.\n\n## How to use\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/hdaojin/itnsa.git\ncd itnsa\n\n# Create a virtual environment\npython3 -m venv .venv\n\n# Activate the virtual environment (Linux, macOS)\nsource .venv/bin/activate\n\n# Activate the virtual environment (Windows)\n.venv\\Scripts\\activate\n\n# Install the requirements\npip install -r requirements.txt\n\n```\n\n### Configuration\n\n```bash\n# Set the default configuration of the application\nvim config.py\n\n# Generate a secret key\npython utils/gen_seckey.py\n\n# Set the environment variables\ncp .env_simple .env\nvim .env\n```\n\n### Run the application\n\n```bash\n# Run the application\nflask  --app itnsa --debug run\n```\n\n### Initial setup\n\nInitialize the database using flask-migrate:\n\n```bash\n# flask --app itnsa db init\n# flask --app itnsa db migrate -m \"init\"\nflask --app itnsa db upgrade\n```\n\nImport the default data using the following commands:\n\n```bash\nflask --app itnsa init-app\nflask --app itnsa add-admin\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhdaojin%2Fitnsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhdaojin%2Fitnsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhdaojin%2Fitnsa/lists"}