REST API module providing services to Topic Web
This project is maintained by rajasushanth
Topic service is a REST API providing service to Topic web - an UI module by encapsulating business and persistence logic. It utilizes access tokens (JWT) to authenticate the consumers of this API without storing the state of them making it 100% RESTful.
Clone the repository to your local by executing the command in git bash.
git clone https://github.com/rajasushanth/Topic-service.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-service-0.0.1-SNAPSHOT.jar
Running in Pivotal cloud foundry
cf push