Main Link Heres the link
Accounts: Admin- Username: admin password: password
Seller: Username: seller Password: password
Buyer: Username: buyer Password: password
- Review Purchases
- Sort Items (Customer)
- Sort Items (Buyer)
- Search
- Search Recently Sold
- Remove Inactive Items
- Archive
- Auction Report
- Forensics Report
- Buyer Add Funds
- Buyer Close Account
- Place Bids
- Review Active Bids
- Seller Close Account
- Edit Auction/Item
- Unpublish
- Freeze Auction
- Unfreeze Auction
- Request Item Unfreeze
- Buy Now
- Fulfill Auction
- Persistent Login sessions
- Images moved from db to s3 bucket
- JWT Authentication tokens
- Dynamic routing
- ../login
- ../signup
- ../auction_dashboard
- ../buyer_dashboard
- ../admin_dashboard
- ../buyer_profile
- ../seller_profile
- ../create_auction
- ../search
- ../auction_item
- initialize npm in frontend/auction-house through npm install
- npm run dev
- Search Items
- View Item
- Create Account
- Buyer Login
- Seller Login
- Create Item
- Review Item
- Publish Item
- initialize npm in frontend/auction-house through npm install
- npm run dev
- .../pages/login
- .../pages/signup
- .../pages/auction_dashboard?username={seller_username}
- .../pages/seller_profile?username={seller_username}
- .../pages/create_auction?username={seller_username}
- .../pages/search?username={buyer_username}
- .../pages/{item_id}