{"id":21409849,"url":"https://github.com/stackbuilders/tiny-python-fullstack","last_synced_at":"2025-03-16T17:45:08.459Z","repository":{"id":139306730,"uuid":"263703439","full_name":"stackbuilders/tiny-python-fullstack","owner":"stackbuilders","description":"Tiny Python Backend","archived":false,"fork":false,"pushed_at":"2023-05-22T23:26:37.000Z","size":192,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-01-23T04:32:37.748Z","etag":null,"topics":["hiring"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/stackbuilders.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":"2020-05-13T17:50:11.000Z","updated_at":"2022-02-06T02:30:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"c83300a6-dbdc-4c7b-bd1a-acbd8fce0288","html_url":"https://github.com/stackbuilders/tiny-python-fullstack","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/stackbuilders%2Ftiny-python-fullstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Ftiny-python-fullstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Ftiny-python-fullstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Ftiny-python-fullstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackbuilders","download_url":"https://codeload.github.com/stackbuilders/tiny-python-fullstack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910690,"owners_count":20367538,"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":["hiring"],"created_at":"2024-11-22T17:34:37.754Z","updated_at":"2025-03-16T17:45:08.435Z","avatar_url":"https://github.com/stackbuilders.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Super tiny and basic Python backend\n\n![](https://github.com/stackbuilders/tiny-python-fullstack/workflows/Flask/badge.svg)\n![](https://github.com/stackbuilders/tiny-python-fullstack/workflows/React/badge.svg)\n\nThis application just consumes the [Github Public API](https://developer.github.com/v3/) in order to get a specific user information.\n\n## Setup\n\n### Back-end\n\nCreate and activate the virtual environment\n\n```bash\nvirtualenv venv\nsource venv/bin/activate\n```\n\nInstall dependencies\n\n```bash\npip install -r requirements.txt\n```\n\nRun the server\n\n```bash\npython app.py\n```\n\nThe server will be up on http://localhost:5000. To try this out just make a POST request to the `/info` endpoint providing any `user` form parameter. Example:\n\n```bash\ncurl -XPOST 'localhost:5000/info' -d 'user=stackbuilders'\n```\n\n### Front-end\n\nInstall dependencies\n\n```bash\ncd frontend\nnpm install\n```\n\nRun the application (create-react-app):\n\n```bash\nnpm run start\n```\n\n## Requirements\n\n- Python \u003e= 3.6\n- Node \u003e= 12.x\n\n## License\n\n[MIT](http://www.opensource.org/licenses/mit-license.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackbuilders%2Ftiny-python-fullstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackbuilders%2Ftiny-python-fullstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackbuilders%2Ftiny-python-fullstack/lists"}