Skip to content

julio-jimenez/auction

Repository files navigation

Run

To run app use command
docker-compose up

routes

GET /bids
GET /bid:id
GET /auctions
GET /auction/:id
GET /log:id
GET /logs
POST /auction/:id/stop
POST /auction/:id/start
POST/auction
body {description: String , startingPrice: Number, item: String, email: String}
POST /bid
body { email: String , auctionId: ObjectId, amount: Number }

note

Auction will end automatically in 30 minutes.

About

Auction app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published