Open alvynabranches opened 1 year ago
Why Youtubers always do content which is not working or has poor documentation?
Hello, I believe the README clearly illustrated the steps needed to run the code, it runs as a docker container. https://github.com/oliversavio/youtube-vid-code/blob/main/go-api-starter/README.md
If you wish to run the code in a development mode where you can modify the code test out change consider using https://github.com/cosmtrek/air. This is what I use during development
From your comment above it looks you're missing the step that installs swaggo/swag and hence the make build command is failing. I guess I could make the script a bit more beginner friendly and have it install the missing dependencies, something for my future videos.
In any case, thanks for the feedback, do let me know if you run into any more issues, I'll try my best to sort it out.