Skip to content

wfryan/auctionHouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auction House Group Project

Main Link Heres the link

Accounts: Admin- Username: admin password: password

Seller: Username: seller Password: password

Buyer: Username: buyer Password: password


Iteration 3 Use Cases

  • Review Purchases
  • Sort Items (Customer)
  • Sort Items (Buyer)
  • Search
  • Search Recently Sold
  • Remove Inactive Items
  • Archive
  • Auction Report
  • Forensics Report

Iteration 2 Use Cases

  • 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

Iteration 2 Refactors

  • Persistent Login sessions
  • Images moved from db to s3 bucket
  • JWT Authentication tokens
  • Dynamic routing

URLS

  • ../login
  • ../signup
  • ../auction_dashboard
  • ../buyer_dashboard
  • ../admin_dashboard
  • ../buyer_profile
  • ../seller_profile
  • ../create_auction
  • ../search
  • ../auction_item

Backup Run auctionHouse

  • initialize npm in frontend/auction-house through npm install
  • npm run dev

Iteration 1 Use Cases

  • Search Items
  • View Item
  • Create Account
  • Buyer Login
  • Seller Login
  • Create Item
  • Review Item
  • Publish Item

Run auctionHouse

  • initialize npm in frontend/auction-house through npm install
  • npm run dev

URLs

  • .../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}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •