A Next.js project made using NextAuth Drizzle Postgres R3 to handle auction functionality of products
Here're some of the project's best features:
- Users can create an item to sell along with images
- Buy an available item by placing bids against it
- get notified for getting out-bided on any item they have already placed bid on
1. install packages
npm install
2. add env variables at root
touch .env
3. run app
npm run dev
Technologies used in the project:
- Next.js
- React
- TypeScript
- ESlint
- Cloudflare R3
- Knock
- Postgres
- Drizzle
- shadCn
- Zod
- TailwindCSS
- NextAuth