Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

OMNI-SLO-Monitoring/account-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Account Service

A detailed desscription of all functionalities can be found in the Github Pages Documentation of the Account Service.

Using frontend

Start the frontend with ng serve and navigate to localhost:4100 to see the Account Service UI.
For more information, see README.md in the frontend folder of this repository.

Using backend

Start the backend with npm run start:dev and navigate to localhost:3200.
For more information, see README.md in the account-service-backend folder of this repository.