Skip to content
View NickContador's full-sized avatar
:atom:
:atom:

Block or report NickContador

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NickContador/README.md

AutoWorks 3D

Diagnóstico de geometria veicular 3D.

Estrutura

alinhamento 3d/
├── backend/          # Servidor Python (FastAPI)
│   ├── config.py     # Configurações do app
│   ├── database.py   # Conexão com SQLite
│   ├── models.py     # Tabelas do banco
│   ├── schemas.py    # Validação de dados
│   ├── routes.py     # Endpoints da API
│   ├── server.py     # Inicialização do servidor
│   └── requirements.txt
├── frontend/          # Interface web
│   ├── index.html     # Página principal
│   ├── css/style.css  # Estilos
│   └── js/app.js     # Lógica do frontend
├── dados/             # Banco SQLite
│   └── alinhamento.db
├── README.md
└── .gitignore

Rodar

cd backend
pip install -r requirements.txt
python server.py

Popular repositories Loading

  1. NickContador NickContador Public

    Python

  2. projeto_calcular_idade projeto_calcular_idade Public

    Forked from APNaves/projeto_calcular_idade

    projeto calcular idade

    Python