{"id":18574211,"url":"https://github.com/vermicida/flask-ng4-example","last_synced_at":"2025-05-15T23:34:23.782Z","repository":{"id":94734166,"uuid":"105630748","full_name":"vermicida/flask-ng4-example","owner":"vermicida","description":"Ejemplo de backend Flask consumido desde frontend Angular.","archived":false,"fork":false,"pushed_at":"2017-10-03T08:45:15.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T14:49:07.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/vermicida.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-10-03T08:43:14.000Z","updated_at":"2017-10-03T08:45:16.000Z","dependencies_parsed_at":"2023-03-24T02:18:52.484Z","dependency_job_id":null,"html_url":"https://github.com/vermicida/flask-ng4-example","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/vermicida%2Fflask-ng4-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vermicida%2Fflask-ng4-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vermicida%2Fflask-ng4-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vermicida%2Fflask-ng4-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vermicida","download_url":"https://codeload.github.com/vermicida/flask-ng4-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254442429,"owners_count":22071864,"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":[],"created_at":"2024-11-06T23:14:22.745Z","updated_at":"2025-05-15T23:34:23.713Z","avatar_url":"https://github.com/vermicida.png","language":"TypeScript","readme":"# flask-ng4-example\n\n## Backend\n\nEs necesario tener instalado:\n\n- [Python 2 / 3](https://www.python.org/)\n- [pip](https://pip.pypa.io/en/stable/)\n- [virtualenv](https://virtualenv.pypa.io/en/stable/)\n\nNos posicionamos en el directorio correspondiente:\n\n```bash\n$ cd backend\n```\n\nCreamos e iniciamos un **virtualenv**; en caso de querer usar uno que ya tengamos disponible, nos saltamos el primer paso:\n\n```bash\n$ virtualenv mi-venv\n$ source mi-venv/bin/activate\n```\n\nInstalamos dependencias:\n\n```bash\n$ pip install -r requirements.txt\n```\n\nIniciamos el servidor Flask:\n\n```bash\n$ python main.py\n```\n\n## Frontend\n\nEs necesario tener instalado:\n\n- [Node.js](https://nodejs.org/)\n- [Angular CLI](https://cli.angular.io/)\n\nNos posicionamos en el directorio correspondiente:\n\n```bash\n$ cd frontend\n```\n\nInstalamos dependencias:\n\n```bash\n$ npm install\n```\n\nIniciamos el servidor web:\n\n```bash\n$ ng serve\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvermicida%2Fflask-ng4-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvermicida%2Fflask-ng4-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvermicida%2Fflask-ng4-example/lists"}