DESENVOLVIMENTO APLICATIVO RAAS EM REDE - ATRAVES DE IA (VENHAM AJUDAR)

Registro das Ações Ambulatoriais de Saúde [RAAS]

Moderadores: leandro.panitz, viniciuspc, daianearaujo

fitipil
Membro Avançado
Membro Avançado
Mensagens: 59
Registrado em: Qui Out 31, 2013 10:57 am

DESENVOLVIMENTO APLICATIVO RAAS EM REDE - ATRAVES DE IA (VENHAM AJUDAR)

Mensagem por fitipil » Ter Dez 16, 2025 3:55 pm

Alguém poderia me ajudar a trabalhar o desenvolvimento de um aplicativo RAAS (Em Rede) através dessa IA. A vantagem é que ela permite baixar todo o código!!!!! Abaixo o link no Google Drive/Github para refinarmos o aplicativo, tá mais ou menos 90% desenvolvido, falta detalhes, visto que, ainda não possuo um bom conhecimento de programação.

Código para baixar ou codificar - atualização 13/02/2026 : https://drive.google.com/file/d/1iPwd0R ... sp=sharing
Implementações: login de usuário, backup.
Dificuldades: programa não esta importando corretamente e tem erro no login

Código para baixar ou codificar - atualização 31/01/2026 : https://github.com/fitipil-crypto/Aplic ... jan.26.git
Implementações: login de usuário, backup.
Dificuldades: programa não esta importando corretamente e tem erro no login

Código para baixar ou codificar - atualização 23/12/2025 : https://github.com/fitipil-crypto/Aplic ... 2.2025.git
Dificuldades: Programa está funcional, cadastra pacientes, profissionais e faz lançamento das ações; importa o arquivo corretamente, mas apresenta erro na exportação para o RAAS oficial

Código para baixar - atualização 19/12/2025 : https://drive.google.com/file/d/1Fa5iLr ... sp=sharing
Programa está funcional, importa o arquivo corretamente, mas apresenta erro na exportação/importação para o RAAS oficial

Testando o aplicativo - https://app-7xq25pqel1c2.appmedo.com/

GRUPO DE WHATS DESENVOLVENDO RAAS: https://chat.whatsapp.com/HelCnWypEXfDm ... ?mode=gi_t
Editado pela última vez por fitipil em Seg Jun 01, 2026 9:20 am, em um total de 6 vezes.

xandnax
Membro Recente
Membro Recente
Mensagens: 1
Registrado em: Seg Jan 26, 2026 3:10 pm

Re: DESENVOLVIMENTO APLICATIVO RAAS EM REDE - IA ME DO (BAIDU CHINA))

Mensagem por xandnax » Seg Jan 26, 2026 3:13 pm

boa iniciativa irmão

tá desenvolvendo a aplicação em qual linguagem? Posso ver no que posso ajudar no desenvolvimento.

fitipil
Membro Avançado
Membro Avançado
Mensagens: 59
Registrado em: Qui Out 31, 2013 10:57 am

Re: DESENVOLVIMENTO APLICATIVO RAAS EM REDE - IA ME DO (BAIDU CHINA))

Mensagem por fitipil » Qua Jan 28, 2026 10:20 am

Plataforma https://medo.dev/

O sistema foi desenvolvido utilizando JavaScript/TypeScript como linguagem principal, com as seguintes tecnologias
Frontend: Reactjs com TypeScript
Backend: Node.js
Banco de dados: Provavelmente SQL (para armazenar dade de pacientes profissionais e procedimento

Essa é a stack de desenvolvimento padrão da plataforma Basest/MeDo. Informações da IA.

README:


Título
Welcome to Your Miaoda Project
Project Info
Project Directory
├── README.md # Documentation
├── components.json # Component library configuration
├── eslint.config.js # ESLint configuration
├── index.html # Entry file
├── package.json # Package management
├── postcss.config.js # PostCSS configuration
├── public # Static resources directory
│ ├── favicon.png # Icon
│ └── images # Image resources
├── src # Source code directory
│ ├── App.tsx # Entry file
│ ├── components # Components directory
│ ├── context # Context directory
│ ├── db # Database configuration directory
│ ├── hooks # Common hooks directory
│ ├── index.css # Global styles
│ ├── layout # Layout directory
│ ├── lib # Utility library directory
│ ├── main.tsx # Entry file
│ ├── routes.tsx # Routing configuration
│ ├── pages # Pages directory
│ ├── services # Database interaction directory
│ ├── types # Type definitions directory
├── tsconfig.app.json # TypeScript frontend configuration file
├── tsconfig.json # TypeScript configuration file
├── tsconfig.node.json # TypeScript Node.js configuration file
└── vite.config.ts # Vite configuration file
Tech Stack
Vite, TypeScript, React, Supabase

Development Guidelines
How to edit code locally?
You can choose VSCode or any IDE you prefer. The only requirement is to have Node.js and npm installed.

Environment Requirements
# Node.js ≥ 20
# npm ≥ 10
Example:
# node -v # v20.18.3
# npm -v # 10.8.2
Installing Node.js on Windows
# Step 1: Visit the Node.js official website: https://nodejs.org/, click download. The website will automatically suggest a suitable version (32-bit or 64-bit) for your system.
# Step 2: Run the installer: Double-click the downloaded installer to run it.
# Step 3: Complete the installation: Follow the installation wizard to complete the process.
# Step 4: Verify installation: Open Command Prompt (cmd) or your IDE terminal, and type `node -v` and `npm -v` to check if Node.js and npm are installed correctly.
Installing Node.js on macOS
# Step 1: Using Homebrew (Recommended method): Open Terminal. Type the command `brew install node` and press Enter. If Homebrew is not installed, you need to install it first by running the following command in Terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homeb ... install.sh)"
Alternatively, use the official installer: Visit the Node.js official website. Download the macOS .pkg installer. Open the downloaded .pkg file and follow the prompts to complete the installation.
# Step 2: Verify installation: Open Command Prompt (cmd) or your IDE terminal, and type `node -v` and `npm -v` to check if Node.js and npm are installed correctly.
After installation, follow these steps:
# Step 1: Download the code package
# Step 2: Extract the code package
# Step 3: Open the code package with your IDE and navigate into the code directory
# Step 4: In the IDE terminal, run the command to install dependencies: npm i
# Step 5: In the IDE terminal, run the command to start the development server: npm run dev -- --host 127.0.0.1
# Step 6: if step 5 failed, try this command to start the development server: npx vite --host 127.0.0.1
How to develop backend services?
Configure environment variables and install relevant dependencies.If you need to use a database, please use the official version of Supabase.

Learn More
You can also check the help documentation: Download and Building the app( https://intl.cloud.baidu.com/en/doc/MIAODA/s/download
Editado pela última vez por fitipil em Seg Jun 01, 2026 10:17 am, em um total de 1 vez.

fitipil
Membro Avançado
Membro Avançado
Mensagens: 59
Registrado em: Qui Out 31, 2013 10:57 am

Re: DESENVOLVIMENTO APLICATIVO RAAS EM REDE - IA ME DO (BAIDU CHINA))

Mensagem por fitipil » Sáb Mai 02, 2026 4:59 pm

Venham ajudar gente!!!

fitipil
Membro Avançado
Membro Avançado
Mensagens: 59
Registrado em: Qui Out 31, 2013 10:57 am

Re: DESENVOLVIMENTO APLICATIVO RAAS EM REDE - ATRAVES DE IA (VENHAM AJUDAR)

Mensagem por fitipil » Seg Jun 01, 2026 9:22 am


fitipil
Membro Avançado
Membro Avançado
Mensagens: 59
Registrado em: Qui Out 31, 2013 10:57 am

Re: DESENVOLVIMENTO APLICATIVO RAAS EM REDE - ATRAVES DE IA (VENHAM AJUDAR)

Mensagem por fitipil » Qua Jun 10, 2026 2:32 pm

:D

Responder

Voltar para “Registro das Ações Ambulatoriais de Saúde [RAAS]”