{"id":19915631,"url":"https://github.com/andreafspeziale/nodes","last_synced_at":"2026-05-13T09:38:40.357Z","repository":{"id":242693516,"uuid":"809999928","full_name":"andreafspeziale/nodes","owner":"andreafspeziale","description":"Minimal Flask API to explore a nested set model ⛰️​","archived":false,"fork":false,"pushed_at":"2024-06-12T22:37:33.000Z","size":121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-01-11T23:23:10.826Z","etag":null,"topics":["flask","nested-set","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreafspeziale.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-06-03T21:27:18.000Z","updated_at":"2024-06-12T22:37:36.000Z","dependencies_parsed_at":"2024-06-12T20:48:02.068Z","dependency_job_id":"f2da09e0-c00e-4b42-bd4b-6c19d5fb0058","html_url":"https://github.com/andreafspeziale/nodes","commit_stats":null,"previous_names":["andreafspeziale/nodes"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafspeziale%2Fnodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafspeziale%2Fnodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafspeziale%2Fnodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafspeziale%2Fnodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreafspeziale","download_url":"https://codeload.github.com/andreafspeziale/nodes/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241343511,"owners_count":19947398,"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","nested-set","python3"],"created_at":"2024-11-12T21:41:31.604Z","updated_at":"2026-05-13T09:38:35.308Z","avatar_url":"https://github.com/andreafspeziale.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nodes\n\nMinimal Flask API to explore a nested set model.\n\nCheck the challenge in the `docs` folder.\n\n![Release)](https://img.shields.io/github/v/release/andreafspeziale/nodes)\n![License: MIT](https://img.shields.io/github/license/andreafspeziale/nodes.svg)\n![Test](https://github.com/andreafspeziale/nodes/actions/workflows/test.yml/badge.svg)\n![Docker](https://github.com/andreafspeziale/nodes/actions/workflows/docker-build-and-push.yml/badge.svg)\n\n\n\n## Requirements\n\nThe project uses sqlite, so the only requirement is:\n\n- `python3`\n\n## Quickstart\n\n```sh\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -r requirements-dev.txt\npre-commit install\nflask --app nodes run --debug\n```\n\u003eGo to the browser and try a sample API call like:\n`http://127.0.0.1:5000/api/nodes/5/children?language=italian`\n\n## Docker\n\n```sh\ndocker pull andreafspeziale/nodes-app\ndocker run -p 8000:8000 --rm andreafspeziale/nodes-app\n```\n\u003eGo to the browser and try a sample API call like:\n`http://127.0.0.1:8000/api/nodes/5/children?language=italian`\n\n### Development\n\n```sh\n$ mypy               # type check\n$ black .            # formatting\n$ pylint nodes tests # linting\n$ pytest             # tests\n```\n\n## Stay in touch\n\n- Author - [Andrea Francesco Speziale](https://twitter.com/andreafspeziale)\n\n## License\n\nnodes [MIT licensed](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreafspeziale%2Fnodes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreafspeziale%2Fnodes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreafspeziale%2Fnodes/lists"}