Rcassell22 / spring-boot-with-websocket-and-rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-boot-with-websocket-and-rest

Create back end

  1. To build the backend project: ./gradlew build

  2. Build the docker image: docker build -t spring-demo .

  3. Run the docker container: docker run --name backend -p 8080:8080 spring-demo

Create front end

  1. Build the docker image: docker build -t bookstore-app .

  2. Run the container: docker run --name client -p 8000:80 bookstore-app

Upper half of the page demonstrates a RESTful API with Create and Retrieve endpoints, bottom half demonstrates the websocket with a messaging broker.

About


Languages

Language:TypeScript 52.4%Language:Java 24.8%Language:HTML 12.7%Language:JavaScript 5.9%Language:Dockerfile 3.7%Language:SCSS 0.5%