This project is the backend developed during the NLW AI event from Rocktseat. It involved creating a video upload tool for YouTube that automatically generates titles and descriptions using the ChatGPT API.
# install dependencies
$ pnpm install
# generate database entries
$ prisma db seed
# serve with hot reload at localhost:3000
$ pnpm run dev