{"id":22057023,"url":"https://github.com/gabrielroot/flask_user_crud","last_synced_at":"2026-04-10T17:10:15.928Z","repository":{"id":93890979,"uuid":"577080378","full_name":"gabrielroot/flask_user_crud","owner":"gabrielroot","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-12T14:19:18.000Z","size":239,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T22:31:31.524Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/gabrielroot.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":"2022-12-11T22:38:46.000Z","updated_at":"2023-01-16T15:03:23.000Z","dependencies_parsed_at":"2023-04-29T12:17:06.861Z","dependency_job_id":null,"html_url":"https://github.com/gabrielroot/flask_user_crud","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/gabrielroot%2Fflask_user_crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielroot%2Fflask_user_crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielroot%2Fflask_user_crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielroot%2Fflask_user_crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielroot","download_url":"https://codeload.github.com/gabrielroot/flask_user_crud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245128911,"owners_count":20565360,"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-30T16:15:49.069Z","updated_at":"2025-12-30T23:30:11.225Z","avatar_url":"https://github.com/gabrielroot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"left\"\u003eUser CRUD\u003c/h1\u003e\n\n###\n\n\u003ch2 align=\"left\"\u003eAbout ptoject\u003c/h2\u003e\n\n###\n\n\u003cdiv style=\"display: flex; gap: 10px\"\u003e\n  \u003cp align=\"left\"\u003eThis project is a CRUD made with\u003c/p\u003e\n  \u003ca href=\"https://github.com/gabrielroot/flask_starter_app\"\u003eFlask starter App 🚀\u003c/a\u003e\n  \u003cp\u003eas an introduction to the discipline of software architecture.\u003c/p\u003e\n\u003c/div\u003e\n\n###\n\n### Techs\n  - Flask\n    - Flask==2.2.0\n    - Flask-SQLAlchemy==3.0.2\n    - Flask-Migrate==4.0.0 \n    - Flask-WTF==1.0.1\n    - passlib==1.7.4\n  - PostgreSql\n  - Docker\n    - Dockerfile\n    - docker-compose\n\n###\n\n\u003ch2 align=\"left\"\u003eMade with\u003c/h2\u003e\n\n###\n\n\u003cdiv align=\"left\"\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/flask/flask-original.svg\" height=\"40\" width=\"52\" alt=\"flask logo\"  /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg\" height=\"40\" width=\"52\" alt=\"python logo\"  /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/postgresql/postgresql-original.svg\" height=\"40\" width=\"52\" alt=\"postgresql logo\"  /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg\" height=\"40\" width=\"52\" alt=\"docker logo\"  /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original.svg\" height=\"40\" width=\"52\" alt=\"html5 logo\"  /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/css3/css3-original.svg\" height=\"40\" width=\"52\" alt=\"css3 logo\"  /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/bootstrap/bootstrap-original.svg\" height=\"40\" width=\"52\" alt=\"bootstrap logo\"  /\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n---\n\n\u003cbr\u003e\n\n## Commands\n\u003e *In the root directory of the App:*\n\n- `docker-compose up -d`, to start the app in background;\n- `docker-compose down`, to stop the app;\n- `docker attach [APP_NAME|ID]`, to start monitoring a container;\n- `docker exec -it [CONTAINER]`, to run a command in a container.\n\n#### Migrations\n\u003e *Run the following lines when needs to manage migrations:*\n- `docker exec -it main_crud_flask flask db init`, to create a folder with set to migration;\n\n- `docker exec -it main_crud_flask flask db migrate -m \"Initial migration.\"`, to generate a migration;\n\n- `docker exec -it main_crud_flask flask db [upgrade|downgrade]`, to up/down changes based on migration files.\n\n\u003cbr\u003e\n\n## Urls\n\u003e *Accessible when the environment is running:*\n  - [App](http://localhost:8000/)\n  - [Adminer](http://localhost:8080/)\n\n\u003cbr\u003e\n\n## Tips ✨\n- Start the app in non background mode (Or attach them when already running), so you can see the log of error and print outputs!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielroot%2Fflask_user_crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielroot%2Fflask_user_crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielroot%2Fflask_user_crud/lists"}