Stackoverflow searcher demo project
The web application allows user to search questions according to the input data from Stackoverflow Exchange using its API.
- Oracle Java SE Development Kit 8
- Apache Maven 3.x
- Docker 18.03
The project is built by a command mvn clean package
.
Within project folder run command:
java -jar application/target/stackoverflow-searcher-demo-0.0.1-SNAPSHOT.jar
Within project folder run command:
cd ui/frontend && npm run start
Within project folder run command:
docker-compose up
Go to http://localhost:3000
and write down what do you want to find in StackOverflow.
Go to http://localhost/
and write down what do you want to find in StackOverflow.