Skip to content

weihan1394/wfac

Repository files navigation

WFAC

PSO WFAC Trial Project v0.0.1

Pre-requisite

Build

  • ng build to build the project (build artifacts will be stored in the dist/ directory)
  • use the --prod flag for a production build.

Start Project

Docker

Start keycloak and postgres container

docker-compose -f ./provisioning/local/docker-compose.yml up -d

keycloak

http://localhost:9000

  1. Import realm from ./config/realm-export_v1.json
  2. Create users and groups

Run Project

Install dependency and start project

npm install
npm start

http://localhost:8080

Fake Rest API Server

Install Server

npm install -g json-server

Start Server

cd json_server
json-server provisioning.json

Version

Documentation