Skip to content

eflorent2020/xbroker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

about

Demo app maybe an IoT platform baby featuring:

  • Springboot 2.2.1
  • Mongo Repository
  • Artemis AMQP
  • spring-security, spring-security-oauth2, spring-security-test,
  • Angular 8.2.11
  • RxJS 6.5.3, NgRx
  • AngularMaterial,

run

mvn clean install
mvn --projects backend compile
mvn --projects backend spring-boot:run

run frontend in dev mode

cd frontend
npm run start

Docker

docker build . --tag upyfx/xbroker:latest
docker run -d -p 8088:8088 --name xbrooker upyfx/xbroker:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 67.9%
  • TypeScript 23.9%
  • JavaScript 2.8%
  • CSS 2.6%
  • HTML 2.5%
  • Dockerfile 0.3%