Skip to content

p632-sp-2017/microservice-catalog-frontend

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published