Full-Stack Hello World App 2
Using Bluetext to make a full stack app by incrementally adding, and integrating services like Couchbase, a FastAPI, and Temporal.
Frontend
I have a containerised frontend running through Polytope, modify the code to have a smiley face with a text box underneath it that says "hello from the frontend".API
list the services to see where what is being hosted. Edit the API to hold a hello from the API message with the following endpoints
GET /message: returns the hardcoded message
POST /message: replaces the hardcoded message (optional)
Edit the frontend to display this message under the existing onecurl -X POST "http://localhost:8000/message?message=your+new+message"Couchbase
Implementing AI
Temporal
Last updated

