Projeto realizado junto ao NLW da Rocketseat
Gerador de títulos e descrições de vídeos por meio da API Openai
## Clone the repository
git clone https://github.com/Nico-Nascimento/upload-ai.git
## Install client dependencies
cd web
pnpm install
## Run web app
pnpm run dev
## Install server dependencies
cd ..
cd api
pnpm install
## Seed the db
pnpm prisma db seed
## Run server
pnpm run dev
## Open http://localhost:5173 in your browser
open http://localhost:5173