This is the Microservice Catalog project made under UITS for the P632 course.
Steps to install Yarn:
For macOS Users:
brew update
brew install yarn
For Windows Users
npm install -g yarn
Steps to Run:
- Install Dependencies
cd src/main/app
yarn install
Reference for installing Yarn : https://yarnpkg.com/en/docs/install Documentation for Yarn : https://yarnpkg.com/en/docs
- Run Application
cd ../../..
mvn spring-boot:run
- Stop Application
mvn spring-boot:stop
Steps to generate documentation using esdoc hosting service:
Go to: https://doc.esdoc.org/-/generate.html
Input: "git@github.com:p632-sp-2017/microservice-catalog-frontend.git"
Click the "Generate" button
View documentation on: https://doc.esdoc.org/github.com/p632-sp-2017/microservice-catalog-frontend/
To view a complete detailed documentation about the project : https://github.com/p632-sp-2017/microservice-catalog-frontend/wiki