{"id":20186118,"url":"https://github.com/leolanese/python-api-angular","last_synced_at":"2026-04-11T07:04:25.796Z","repository":{"id":215447576,"uuid":"738968772","full_name":"leolanese/Python-API-Angular","owner":"leolanese","description":"Python-API-Angular","archived":false,"fork":false,"pushed_at":"2024-02-05T09:58:11.000Z","size":269,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-24T12:11:35.425Z","etag":null,"topics":["angular","python","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/leolanese.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}},"created_at":"2024-01-04T13:20:43.000Z","updated_at":"2024-01-04T13:25:01.000Z","dependencies_parsed_at":"2024-01-09T11:39:43.343Z","dependency_job_id":null,"html_url":"https://github.com/leolanese/Python-API-Angular","commit_stats":null,"previous_names":["leolanese/python-api-angular"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leolanese%2FPython-API-Angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leolanese%2FPython-API-Angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leolanese%2FPython-API-Angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leolanese%2FPython-API-Angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leolanese","download_url":"https://codeload.github.com/leolanese/Python-API-Angular/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241622593,"owners_count":19992501,"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":["angular","python","typescript"],"created_at":"2024-11-14T03:16:02.438Z","updated_at":"2026-04-11T07:04:20.771Z","avatar_url":"https://github.com/leolanese.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python-API-Angular\n\n## Python \n\n\u003e I will be using `Flask` is a popular Python web frameworks for building robust back-end systems\n\n## API Python\n\n```js\n// check package installer for Python\npip --version\n\n// check Phyton version\npython -V\n\n// check Flask version\nflask --version\n```\n\n```js\n// RUN BACK-END\n// New-Item -ItemType File app.py\n// app.py\nfrom flask import Flask, jsonify\n\napp = Flask(__name__)\n\n@app.route('/api/hello')\ndef hello():\n    return jsonify(message='Hello, World!')\n\nif __name__ == '__main__':\n    app.run(debug=True)\n```\n\n```js\npython app.py\n```\n\n\u003e This simple Flask app creates an API endpoint /api/hello that returns a JSON response with the message from server\n\n```js\n// RUN FRONT-END\n// use angular 20\nnpm i -g @angular/cli\n\nng new --routing=false --style=css --standalone\n\nng version\n\ncd AppProject/src/app\n\nng serve --open --port 4200\n```\n\n## Demo\n\n![Python](https://raw.githubusercontent.com/leolanese/Python-API-Angular/main/app/src/assets/Python-API-Angular-Capture.jpg)\n\n---\n### :100: \u003ci\u003eThanks!\u003c/i\u003e\n#### Now, don't be an stranger. Let's stay in touch!\n\n\u003ca href=\"https://github.com/leolanese\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n  \u003cimg src=\"https://scastiel.dev/api/image/leolanese?dark\u0026removeLink\" alt=\"leolanese’s GitHub image\" width=\"600\" height=\"314\" /\u003e\n\u003c/a\u003e\n\n##### :radio_button: Linkedin: \u003ca href=\"https://www.linkedin.com/in/leolanese/\" target=\"_blank\"\u003eLeoLanese\u003c/a\u003e\n##### :radio_button: Twitter: \u003ca href=\"https://twitter.com/LeoLanese\" target=\"_blank\"\u003e@LeoLanese\u003c/a\u003e\n##### :radio_button: Portfolio: \u003ca href=\"https://www.leolanese.com\" target=\"_blank\"\u003ewww.leolanese.com\u003c/a\u003e\n##### :radio_button: DEV.to: \u003ca href=\"https://www.dev.to/leolanese\" target=\"_blank\"\u003edev.to/leolanese\u003c/a\u003e\n##### :radio_button: Blog: \u003ca href=\"https://www.leolanese.com/blog\" target=\"_blank\"\u003eleolanese.com/blog\u003c/a\u003e\n##### :radio_button: Questions / Suggestion / Recommendation: developer@leolanese.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleolanese%2Fpython-api-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleolanese%2Fpython-api-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleolanese%2Fpython-api-angular/lists"}