This is a demo application to show top 5 websites in page.
- Spring-boot is used for launching the application.
- ReactJs, Bootstrap are used to built the frontend components.
- mysql server, mybatis are used for data management.
- AWS is used to hosted the application
Check out the source code and get your environment ready with Mysql server installed.
Modify the configuration file src/main/resources/application.properties
with the properly value.
This command will compile and build the package test-top5-list-0.0.1-SNAPSHOT.war
Copy the jar to anywhere and run below command to start the application
java -jar test-top5-list-0.0.1-SNAPSHOT.war
Open http://localhost:8080
in your browser.