RashikaKarki / GirlsArena

GirlsArena is a web based application to help all the amazing women and girls to find various opportunities in tech.
http://girlsbelongintech.us/
Apache License 2.0
3 stars 2 forks source link

Add API params for filtering the list of event #10

Closed RashikaKarki closed 3 years ago

RashikaKarki commented 3 years ago

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

Solves #9 #11