WHAT TO DO: 1. You will need to host the docker container that has a user microservice living in it onto a compute engine on GCP. Here is the repo to the microservice so you can clone it here: https://github.com/Off-Top-App/UserService and here is the documentation to set up this microservice: https://docs.google.com/document/d/1yUR_EQBBmefquCQ6KjcEjLAO7YR69vxCo6jR7zqCcn4/edit 2. You will also need to host a MySQL database of the user table. You can see how to create the table here: https://docs.google.com/document/d/1m6vKnRX7gzk0BZnAlZMDUc2dvcPohC7qOija2q0aagY/edit 3. You might need to work within the spring-boot app or the Dockerfile when attempting to host it onto GCP DONE: 1. You are done when you can insert and get the user information from the endpoint of where this service is hosted.
WHAT TO DO:
DONE: