Go to file
Sidney Gomes fa180dee0c
Build and Deploy (Gitea) / build-and-deploy (push) Failing after 44s Details
fix(backend): fix production crash with vite, make asaas async and add prisma db push retries
2026-07-22 22:27:19 -03:00
.gitea/workflows Fix CI/CD: Force Swarm to update service and pull new local image 2026-07-20 19:29:39 -03:00
.github/workflows Fix CI/CD: Force Swarm to update service and pull new local image 2026-07-20 19:29:39 -03:00
prisma feat(whatsapp): integrate evolution api and admin settings 2026-07-22 22:10:37 -03:00
public Fix domain routing fallback and add dynamic favicons for student and admin portals 2026-07-20 19:35:53 -03:00
src fix(backend): fix production crash with vite, make asaas async and add prisma db push retries 2026-07-22 22:27:19 -03:00
.env.example Configuracao completa MicrotecFlix: dominios estudo e admin-estudo, postgres dedicado, docker-stack para Portainer e Traefik 2026-07-20 18:27:24 -03:00
.gitignore Configuracao completa MicrotecFlix: dominios estudo e admin-estudo, postgres dedicado, docker-stack para Portainer e Traefik 2026-07-20 18:27:24 -03:00
Dockerfile fix(docker): generate prisma client in runner stage 2026-07-22 22:06:42 -03:00
README.md Configuracao completa MicrotecFlix: dominios estudo e admin-estudo, postgres dedicado, docker-stack para Portainer e Traefik 2026-07-20 18:27:24 -03:00
SEGURANCA.md docs: adicao da documentacao de seguranca de dados e PCI-DSS em SEGURANCA.md e gemini.md 2026-07-21 18:15:38 -03:00
bun.lock Configuracao completa MicrotecFlix: dominios estudo e admin-estudo, postgres dedicado, docker-stack para Portainer e Traefik 2026-07-20 18:27:24 -03:00
docker-stack.yml feat: add MinIO S3 integration for avatar upload and editable profile 2026-07-21 20:16:01 -03:00
gemini.md docs: Update memory and gemini with PostgreSQL info 2026-07-22 21:38:25 -03:00
index.html feat: Adiciona campos de cadastro e configuracoes do Asaas Sandbox 2026-07-20 20:20:57 -03:00
memory.md docs: Update memory and gemini with PostgreSQL info 2026-07-22 21:38:25 -03:00
metadata.json Configuracao completa MicrotecFlix: dominios estudo e admin-estudo, postgres dedicado, docker-stack para Portainer e Traefik 2026-07-20 18:27:24 -03:00
package.json fix(backend): fix production crash with vite, make asaas async and add prisma db push retries 2026-07-22 22:27:19 -03:00
server-json.ts fix(admin): use correct admin token and fix react dom crash 2026-07-22 21:50:50 -03:00
server.ts fix(backend): fix production crash with vite, make asaas async and add prisma db push retries 2026-07-22 22:27:19 -03:00
tsconfig.json Configuracao completa MicrotecFlix: dominios estudo e admin-estudo, postgres dedicado, docker-stack para Portainer e Traefik 2026-07-20 18:27:24 -03:00
vite.config.ts Configuracao completa MicrotecFlix: dominios estudo e admin-estudo, postgres dedicado, docker-stack para Portainer e Traefik 2026-07-20 18:27:24 -03:00

README.md

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/68bbe346-a08e-4443-82c7-167aa29b34a5

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev