michaelmoschitto / teamWeFixIt

A repository for team WeFixIt's server side ad server.
0 stars 2 forks source link

As a backend developer, I want to be able to return a JSON of the chosen ad to the frontend team so they can handle and display it to the customer.- 5 hours #26

Open michaelmoschitto opened 3 years ago

michaelmoschitto commented 3 years ago

GET request Can either user router or manually route from database Requires decision engine/mockup Will need to serialize form in compliance with JSON form that front end team expects Part 1: Return dummy json - Austin Part 2: Return ad from DB - Shubham

austindb98 commented 3 years ago

Random ad returned when GET request sent to /getad/ as of 11/10

austindb98 commented 3 years ago

Returns ad from any currently running campaign