App Setup

// Write this in your terminal
npx create-next-app@latest db

// Run app using this
npm run dev