@holisticon/confiis
v0.2.3
Published
Common angular build module for Angular 2
Downloads
198
Readme
Conferencing Tool
Installation
npm install -g @holisticon/confiis
Development
Backend
cd server
mvn clean package spring-boot:run
If you like to make changes on the admin user interface, you can run in watch dev mode:
cd server
npm run watch
API
API is locally available at http://localhost:8080/swagger-ui.html:
Once the backend is configured, you can read the entries per room via REST:
curl -X GET --header "Accept: */*" "http://localhost:8080/api/calendar/rmb_d637_6%40exmaple.com"