This web app calls the Stackoverflow API and displays its information (*Not complete)
Docker hub link: https://hub.docker.com/r/aydemcodes/comp4350assignment
- Pull the image from Docker hub using the command
docker pull aydemcodes/comp4350assignment:app
- Run the container, while binding port
3000
with the commanddocker run -d -p 3000:3000 aydemcodes/comp4350assignment:app
- Now open https://localhost:3000
- Once on the website you can type a tag in the search, then submit
- A list of 10 most recent responses will apear, clicking on them will direct you to the original post.