An User interface module
This project is maintained by rajasushanth
Topic web is the presentation layer for Topic application built using boostrap and Thymeleaf - a powerful templating engine with default support for Spring framework. It consumes the REST API exposed by Topic Service and authenticated via JWT tokens.
Clone the repository to your local by executing the command in git bash.
git clone https://github.com/rajasushanth/Topic-web.git
mvn clean install
Deployment steps
git push
for GitHub repository, which triggers the build process and deploys the application in Pivotal cloud foundryRunning it in local
java -jar topic-web-0.0.1-SNAPSHOT.jar
Running in Pivotal cloud foundry
cf push