Added params in the API:
To get future event:
http://127.0.0.1:5000/opportunities?status=future
To get ongoing event:
http://127.0.0.1:5000/opportunities?status=ongoing
By default the api will return ongoing events
To get search result
http://127.0.0.1:5000/opportunities?status=future&search=career
Added params in the API: To get future event:
http://127.0.0.1:5000/opportunities?status=future
To get ongoing event:http://127.0.0.1:5000/opportunities?status=ongoing
By default the api will return ongoing events To get search resulthttp://127.0.0.1:5000/opportunities?status=future&search=career
Solves #9 #11