-
Notifications
You must be signed in to change notification settings - Fork 395
009. Tecnologias
Filipe Deschamps edited this page Jan 18, 2022
·
1 revision
Esta é uma visão geral, mas de uma forma grosseira vou tentar resolver todo backend e frontend com Next.js e guardar os dados no PostgreSQL.
-
Frontend
- Framework Front (React/Next.js)
- Framework CSS (Tailwindcss)
- Comunicação com Backend (SWR)
-
Backend
- Framework Backend (Next.js)
- Comunicação com Banco (pg)
- Autenticação (login/senha ou NextAuth.js via Github)
- Autorização (???)
-
Banco
- RBDMS (PostgreSQL)
- Instância Dev (Docker)
- Instância CI (Docker)
- Instância Production (AWS / DigitalOcean)
- Migration (node-pg-migrate)