stephenpaul2727 / microservice-catalog-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microservice-Catalog-Frontend

Build StatusCode ClimateTest CoverageIssue Count Document Coverage

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:

  1. 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

  1. Run Application
cd ../../..
mvn spring-boot:run
  1. 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/

Wiki Documentation

To view a complete detailed documentation about the project : https://github.com/p632-sp-2017/microservice-catalog-frontend/wiki

About

License:MIT License


Languages

Language:JavaScript 83.7%Language:CSS 13.3%Language:Java 2.2%Language:HTML 0.8%