abelcastro.dev

Abel Castro 2025 - checkout the source code of this page on GitHub - Privacy Policy

Next.js Dashboard Tutorial with a Local Database

2024-06-11

TypeScriptNext.js

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!