Skip to content

A django app that consumes Stackoverflow advanced search api

Notifications You must be signed in to change notification settings

Ujjawal-Anand/Stackflow

Repository files navigation

Stackflow

Build Status

Deploy

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

Assignment Statement

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

More Screenshot

Empty View empty view

Pagination Pagination Details Page Pagination About Page Pagination