Request - Please star 🌟 the repo, if you find it helpful
Live at https://stackflowsearch.herokuapp.com/
Angular version of same app : https://github.com/andy1729/Stackflow-angular
This django app is wrapper of Stackoverflow advanced search api
I built this as an assignment I received for an interview process
Please build an Application over StackOverflowAPI for searching questions in StackOverflow link
Requirements:
- Should be able to search all available fields/parameters.
- List the result with pagination with Django template.
- Page/Data should be cached. (Application should only call StackOverflowAPI if we didn't pull data already for same query param)
- Add Search limit per min(5) and per day(100) for each session.
- Using Restful API and angular/react bonus