Starting...
This lab is to help students to communicate with a big project, telescope, and understanding how to handle with the set it up. There were a lot of trouble since many of technologies are new for me such as docker, docker-compose, elastic search ladis, pino, and so on. Let's jump in the big project.
Progressing...
The first step I took is to install wsl 2. It is not very difficult since microsoft provides good instruction, link. Although the telescope provides very good instruction, here, It was not really easy for me to get a concept and set it up successfully. Therefore, I needed to ask a lot of questions on slack, telescope channel. Some helped me a lot and explained so much and finally I got it work successfully.
After my server was working locally, I didn't have any issue to get the response from the url, http://localhost:3000/posts.
To communicate with the local server, actually I needed to change my code a lot since I wanted to split my service into two modules because I didn't want to use my code repeatedly. I realized that I implemented multiple features in one function so I divided it, but, I know that I need to update my code again to improve . Here is my gist.
Comments
Post a Comment