{"id":19228095,"url":"https://github.com/agust613/app_crud_rest_api","last_synced_at":"2025-02-23T10:40:16.565Z","repository":{"id":176961591,"uuid":"659521250","full_name":"AgusT613/app_crud_rest_api","owner":"AgusT613","description":"App CRUD with FastAPI and SQLite3","archived":false,"fork":false,"pushed_at":"2023-07-07T01:00:04.000Z","size":40,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T22:26:48.160Z","etag":null,"topics":["api","application","async-await","backend","crud","css","database","fastapi","fetch-api","frontend","html","javascript","python","randomuser-api","sqlite3","table","tablemanager"],"latest_commit_sha":null,"homepage":"","language":"Python","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/AgusT613.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":"2023-06-28T02:46:04.000Z","updated_at":"2024-03-23T16:10:45.000Z","dependencies_parsed_at":"2023-07-19T00:15:15.736Z","dependency_job_id":null,"html_url":"https://github.com/AgusT613/app_crud_rest_api","commit_stats":null,"previous_names":["agust613/app_crud_rest_api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgusT613%2Fapp_crud_rest_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgusT613%2Fapp_crud_rest_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgusT613%2Fapp_crud_rest_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgusT613%2Fapp_crud_rest_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AgusT613","download_url":"https://codeload.github.com/AgusT613/app_crud_rest_api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240304573,"owners_count":19780312,"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":["api","application","async-await","backend","crud","css","database","fastapi","fetch-api","frontend","html","javascript","python","randomuser-api","sqlite3","table","tablemanager"],"created_at":"2024-11-09T15:26:44.008Z","updated_at":"2025-02-23T10:40:16.476Z","avatar_url":"https://github.com/AgusT613.png","language":"Python","readme":"# Application with a RestAPI and Database\n\nThis proyect implements the standard python library sqlite3 to create a database\nand connects to it through different methods and functions.\n\n### Content\n\n- Backend\n  - FastAPI\n  - SQLite3\n  - [Random User API](randomuser.me)\n\n## About the proyect\n\nThe main class `Table` (on `tables.py`) is an object in which it is being implemented\nthe different queries as methods and functions that can be called from the FastAPI\napplication.\n\n### How it starts\n\n\u003e Creates a new table object named 'Users'\n\n```\nuser_table = Table('Users')\n```\n\n\u003e Creates the table 'Users' on database\n\n```\nuser_table.create()\n```\n\n\u003e Import a number of random users from [Random User API](randomuser.me)\n\n```\nuser_table.import_random_users(45)\n```\n\nIn addition, the data will be able to be manipulated by a frontend user\nin future commits.\n\n## About the path of the database\n\nBy default the database is named as `user.db` in the same directory as `tables.py`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagust613%2Fapp_crud_rest_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagust613%2Fapp_crud_rest_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagust613%2Fapp_crud_rest_api/lists"}