Next.js Dashboard Tutorial with a Local Database
2024-06-11
TypeScriptNext.js
2024-06-11
I recently followed the Next.js Dashboard tutorial (https://nextjs.org/learn/dashboard-app) and made a few modifications to run the database locally using Docker instead of Vercel's DB hosting. You can check out my repository here: https://github.com/abel-castro/nextjs-dashboard
I hope this can be useful for someone!
Happy coding!