Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 712 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 712 Bytes

JustTradeIt

Token: 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

AccountController:

POST Register -> done -> tested POST login -> done -> tested GET logout -> done -> tested GET profile -> done -> tested PUT profile -> done -> tested

TradeController: GET trades -> done -> tested POST trades -> done -> tested GET trade/id -> done -> tested PUT trade/id -> done -> tested

ItemController: GET items -> done -> tested GET items/id -> done -> tested POST items -> done -> tested DELETE items/id -> done -> tested

UserController GET users/id -> done -> tested GET users/id/trades -> done -> tested

RabbitMQ: This service works as a glue between the other services to communicate with each other via AMQP