Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasimafser/stackoverflow-question-search
Application to search questions from stackoverflow using the StackOverflow API
https://github.com/wasimafser/stackoverflow-question-search
Last synced: 4 days ago
JSON representation
Application to search questions from stackoverflow using the StackOverflow API
- Host: GitHub
- URL: https://github.com/wasimafser/stackoverflow-question-search
- Owner: wasimafser
- License: gpl-3.0
- Created: 2021-04-30T08:27:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T05:09:11.000Z (over 3 years ago)
- Last Synced: 2024-11-11T08:45:52.296Z (2 months ago)
- Language: JavaScript
- Size: 403 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stackoverflow-Question-Search
Application to search questions from stackoverflow using the StackOverflow API---
#### Requirements:
* Docker
* Docker Compose
* Git#### Installation
1. Download / clone the project.
2. Inside the project directory run `docker-compose up`.Now navigate to http://127.0.0.1:8000.
#### Tech Stack
* Deployment :
* Docker
* Backend :
* Django
* Django Rest Framework ( Rest API )
* Celery ( Task Queue )
* RabbitMQ ( Celery Message Broker )
* CORS-Headers ( Fix CORS Related problems )
* Frontend :
* React ( Complied and served with Django )
* TailwindCSS ( CSS, via CDN )#### What can it do ?
* Search StackOverflow with the [advanced-search](https://api.stackexchange.com/docs/advanced-search) API endpoint.
* List results with pagination support.
* Cache results.
* Throttle requests :
* Per Min: **5**
* Per Day: **100**