{"id":13936055,"url":"https://github.com/chris104957/crudcast","last_synced_at":"2025-04-13T15:25:20.610Z","repository":{"id":129171126,"uuid":"160307873","full_name":"chris104957/crudcast","owner":"chris104957","description":"Create and deploy a RESTful API with a few lines of YAML","archived":false,"fork":false,"pushed_at":"2018-12-18T16:38:39.000Z","size":134,"stargazers_count":32,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T06:22:04.618Z","etag":null,"topics":["crud","crud-generator","flask","mongodb","rest-api"],"latest_commit_sha":null,"homepage":"http://crudcast.rtfd.io/","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/chris104957.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":"2018-12-04T06:10:56.000Z","updated_at":"2024-12-11T16:27:08.000Z","dependencies_parsed_at":"2023-04-18T08:30:46.181Z","dependency_job_id":null,"html_url":"https://github.com/chris104957/crudcast","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/chris104957%2Fcrudcast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris104957%2Fcrudcast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris104957%2Fcrudcast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris104957%2Fcrudcast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chris104957","download_url":"https://codeload.github.com/chris104957/crudcast/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248733890,"owners_count":21153106,"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":["crud","crud-generator","flask","mongodb","rest-api"],"created_at":"2024-08-07T23:02:20.544Z","updated_at":"2025-04-13T15:25:20.576Z","avatar_url":"https://github.com/chris104957.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Crudcast\n\n[![Coverage Status](https://coveralls.io/repos/github/chris104957/crudcast/badge.svg?branch=02-unit-tests)](https://coveralls.io/github/chris104957/crudcast?branch=02-unit-tests)\n[![Build Status](https://travis-ci.org/chris104957/crudcast.svg?branch=master)](https://travis-ci.org/chris104957/crudcast)\n[![Documentation Status](https://readthedocs.org/projects/crudcast/badge/?version=latest)](https://crudcast.readthedocs.io/en/latest/?badge=latest)\n\n\nCrudcast lets you build a fully functioning and OpenAPI-compliant CRUD API with basic auth/user management with a few lines of YAML code.\n\n## Installation\n\nCrudcast requires mongodb - install and start as follows:\n```\nbrew install mongodb\nbrew service start mongodb\n```\n\nInstall crudcast\n\n```\npip install crudcast\n```\n\nCreate a config file, `config.yml`, in the same folder\n\n```\nmodels:\n  person:\n    fields:\n      first_name:\n        required: true\n      last_name:\n        required: true\n      age:\n        type: number\n\n```\n\nUsage\n---\n\nCD into the folder containing your `config.yml`, and run this command\n```\ncrudcast\n```\nGo to `http://localhost:5000/api/docs` to see your documented and fully-functional API\n\nNext steps\n----------\n\nCrudcast also allows you to protect your routes with authentication,\nand even create additional API routes by inserting your own Python code\n\nPlease go to http://crudcast.rtfd.io/ for the full docs\n\nRoadmap\n---\n\nCrudcast is brand new and only has a small percentage of the intended functionality so far. In future, I am planning to add support for:\n\n- More authentication methods (OAuth, Token auth, etc)\n- Advanced permissions\n- Custom validation/permissions\n\nIf there is any other functionality you'd like to see added, then please raise an issue\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris104957%2Fcrudcast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchris104957%2Fcrudcast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris104957%2Fcrudcast/lists"}