- Node.js v22.x
- pnpm v9.x
-
Clone the repository
-
Create a
.env
file in the root taking the.env.example
as a reference -
Install dependencies
pnpm install
-
Start the server
pnpm run dev
Implemented the following screens:
- Authentication flow
- register
- login
- Auctions:
- general auctions list
- current user auctions list
- create auction
- auction details
Missing features:
- Notifications section for auctions and bids
- Edit auctions