Skip to content

Instantly share code, notes, and snippets.

View eder-projetos-dev's full-sized avatar

Éder Luís Britto Garcia eder-projetos-dev

View GitHub Profile
@reginadiana
reginadiana / README-TEMPLATE.md
Last active May 2, 2024 22:45
Template sugestivo para documentação de projetos

Titulo ou Arte do Projeto

@efazati
efazati / Py Flask Skeleton
Last active May 4, 2024 06:51
Python Flask Folders and Files structure
.
├── deploy.py
├── project
│   ├── application.py
│   ├── apps
│   │   ├── articles
│   │   │   ├── forms.py
│   │   │   ├── __init__.py
│   │   │   ├── models.py
│   │   │   └── views.py