- User can register and add new item to be auctioned.
- User can also bid on other user's item.
- The highest bidder in the time window will win the item.
- User needs to add deposit to bid on an item.
- Framework: Next.js
- Page routes
- API routes
- ORM: Prisma
- Database and backend functions: Supabase
To run the development server on your local machine, you will need Node.js and npm. Then run:
npm run dev