Build a Presentation Generator with Next.js, ShadCN, TypeScript, Prisma, Postgres, UploadThing

preview_player
Показать описание
👋 Hey everyone

See you in the next one! 👋✨
Рекомендации по теме
Комментарии
Автор

For those who is getting problems to save the file (macOS devices will have this problem, i guess)

first, put this code with the others imports ---> import { homedir } from "os"
You just need to adapt the const filePath into the to --> const filePath = path.join(homedir(), "path you want here", fileName);

In my case, const filePath = path.join(homedir(), "Downloads", fileName);

Once again, I was having trouble doing the way Alfies did, so this way worked pretty well

leomelegari
Автор

At 2:48:05 backend almost done and understood dashboard route left, awesome tutorial

GovindVashishat
Автор

Thank you so much for sharing your knowledge continually 😮

mdalmamunit
Автор

nice idea, really I liked it. Probably I'm going to build a full stack saas off of it one day :)

DevScript
Автор

incredible project :) halfway through it! just wanted to ask do I need to buy openAI credits for this project?

andreeamajumdar