{"id":25805927,"url":"https://github.com/ahmadassadi/fastapi-admin-cli-tool","last_synced_at":"2026-05-10T12:39:03.118Z","repository":{"id":272591906,"uuid":"917073368","full_name":"ahMADASSadi/FastAPI-Admin-CLI-Tool","owner":"ahMADASSadi","description":"FACT, as fast as FastAPI 🔥. A User Friendly CLI tool for FastAPI (FastAPI Admin Cli Tool)","archived":false,"fork":false,"pushed_at":"2025-02-01T18:58:27.000Z","size":152,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T19:31:51.889Z","etag":null,"topics":["api","cli","fastapi","fastapi-template","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ahMADASSadi.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":"2025-01-15T09:57:13.000Z","updated_at":"2025-02-01T18:58:30.000Z","dependencies_parsed_at":"2025-02-01T19:42:15.173Z","dependency_job_id":null,"html_url":"https://github.com/ahMADASSadi/FastAPI-Admin-CLI-Tool","commit_stats":null,"previous_names":["ahmadassadi/fastapi-admin","ahmadassadi/fastapi-admin-cli-tool"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahMADASSadi%2FFastAPI-Admin-CLI-Tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahMADASSadi%2FFastAPI-Admin-CLI-Tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahMADASSadi%2FFastAPI-Admin-CLI-Tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahMADASSadi%2FFastAPI-Admin-CLI-Tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahMADASSadi","download_url":"https://codeload.github.com/ahMADASSadi/FastAPI-Admin-CLI-Tool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241052529,"owners_count":19901043,"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","cli","fastapi","fastapi-template","python"],"created_at":"2025-02-27T19:52:23.089Z","updated_at":"2026-05-10T12:39:03.086Z","avatar_url":"https://github.com/ahMADASSadi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI-Admin\n\nInspired by **Django** cli tool, **FastAPI-Admin** provides a well-structured, ready-to-use, and customizable interpreter tool that can make creating and maintaining FastAPI projects like a piece of Cake 🍰.\n\nNote: The project has not yet been deployed on the PyPI for online installation, so you'll need to clone it and then install it using `pip install —e .` or any other method you choose.\n\nAfter installation, you are all set to use it:\n\n## Usage\n\nAt the moment, only two main below commands are implemented:\n\n### 0. List the commands\n\nTo see the existing commands you can simply run `fact` or `fact list`.\nThis command will return a list of commands that are available.\nfor example:\n\n```python\nstartapp: start a new app\n```\n\n### 1. Creating a new project\n\nTo create a new project you only need simply to call:\n\n```sh\nfact startproject [project_name] [project_directory]\n```\n\n- project_name:\n    It's the name of your desired project and will create two sub-directories containing the main structure and necessary files.\n\n- project_directory:\n    Just the directory you want to start your project in!\n\nBelow is an example you might find usefull:\n\n```sh\nfact startproject lets_rock .\n```\n\nThe command above will start and create a project named \"lets_rock\" in the directory of \".\" which is the current working directory.\nnote that the \".\" is not necessary and its the **default** directory value.\n\n### 2. Creating a new app\n\nTo create a new app you only need simply to call:\n\n```sh\nfact startapp [app_name] [app_directory]\n```\n\n- app_name:\n    It's the name of your desired project and will create two sub-directories containing the main structure and necessary files.\n\n- app_directory:\n    Just the directory you want to start your project in!\n\nBelow is an example you might find usefull:\n\n```sh\nfact startapp queen \n```\n\nThe command above will create an app named \"queen\" in the current working directory.\nNote that for this command to work, you must already created a project and run it in the same directory as the manage.py file is.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadassadi%2Ffastapi-admin-cli-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmadassadi%2Ffastapi-admin-cli-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadassadi%2Ffastapi-admin-cli-tool/lists"}