BeckmanDev Marketplace - A Modern Fullstack E-Commerce Marketplace for Digital Products
Built with the Next.js 14 App Router, tRPC, TypeScript, Payload & Tailwind

Features
- 🛠️ Complete marketplace built from scratch in Next.js 14
- 💻 Beautiful landing page & product pages included
- 🎨 Custom artwork included
- 💳 Full admin dashboard
- 🛍️ Users can purchase and sell their own products
- 🛒 Locally persisted shopping cart
- 🔑 Authentication using Payload
- 🌟 Clean, modern UI using shadcn-ui
- ✉️ Beautiful emails for signing up and after purchase
- ✅ Admins can verify products to ensure high quality
- ⌨️ 100% written in TypeScript
- 🎁 ...much more
Images

Getting started
1. Fork and Clone the Repository
git clone https://github.com/beckman924/marketplace_nextjs14.git
2. Change directory
cd ./marketplace_nextjs14
3. Install dependencies
npm install
4. Copy .env.example to .env
cp .env.example .env
Note: Simply complete the fields in the .env file, and you're all set to begin!
5. Run the build command
npm run build
6. Run the development server
npm run start
License
MIT