Sign inSign up

zidaan/stack-overflow-api

By zidaan

Updated over 5 years ago

An application that retrieves top 10 voted and recent questions using keywords from StackOverflow.

Image
0

908

zidaan/stack-overflow-api repository overview

Stack-Overflow-API

This is a web application that is used to retrieve the top 10 most voted and recent posts for tagged keywords from the popular website StackOverflow using their API.

The Web Application is available as a Docker Image in Dockerhub

To retrieve the docker image, run the following in your terminal

docker pull zidaan/stack-overflow-api

To run the docker image, run the following

docker run -d -p 80:80 zidaan/stack-overflow-api

The Web Application is now ready to use. Please use the following links to use the application.

http://localhost:80 or http://127.0.0.1:80
Run the Application without Docker

Run the following in your terminal

git clone https://github.com/thzidaan/Stack-Overflow-API
cd Stack-Overflow-API
pip3 install -r requirements.txt
python3 app.py

Tag summary

Content type

Image

Digest

Size

140.2 MB

Last updated

over 5 years ago

docker pull zidaan/stack-overflow-api