Blossom Boutique is a custom-designed e-commerce website built for a local floral boutique. The site features a modern, responsive design with a focus on showcasing floral arrangements and facilitating online orders.
-
Custom product catalog with filtering options
-
Secure shopping cart and checkout process
-
Cookie-based user session management
-
User dashboard for order tracking
- Next.js
- TypeScript
- TailwindCSS
- PostgreSQL
- Auth.js
This is a Next.js starter kit that uses NextAuth.js for simple email + password login, Drizzle as the ORM, and a Neon Postgres database to persist the data.
git clone https://github.com/PenguinPops/nextjs-typescript-starter
cd nextjs-typescript-starterFirst, run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.