issues
search
ynnckth
/
pizza-time
Exploring and implementing state-of-the-art practices and tech when using ReactJS
0
stars
0
forks
source link
Replace dummy backend with a Spring Boot server
#18
Closed
ynnckth
closed
2 years ago
ynnckth
commented
2 years ago
We will later use the Spring Boot application to:
Serve REST endpoints providing dummy in-memory data
Generate an OpenAPI spec to be used to generate client models (Swagger CodeGen)
Serve a Websocket endpoint for a reference consumer implementation using ReactJS
Implement and expose a GraphQL (e.g. Apollo) API
We will later use the Spring Boot application to: