Create a REST API with Go | Simple Blog App
In this video we will learn how to implement a REST API with Go. We will learn what a REST API is: what constitutes a RESTful service, who created it, and how to create and consume it. We will learn what a resource is and how we serve those at endpoints.
We will use Go, Postgres, Docker, Docker Compose, and Postman to create this app. Our app will be a simple CRUD REST API that will handle our DATA with JSON and store it in Postgres. Each of our services will be a Docker container and we will use Docker Compose as our container orchestration tool.
Roy Fielding's Paper: https://www.ics.uci.edu/~fielding/pubs/dissertation/fielding_dissertation.pdf
Few links for REST APIs: https://randomuser.me/ https://openweathermap.org/api https://catfact.ninja/ https://www.boredapi.com/ https://dog.ceo/dog-api/
All code found in this video will be at: š» https://github.com/NerdCademyDev/blog-rest-api
š¤ Let me know if you have any issues!
ā”ļø What else would you like me to cover?
š Always Keep Learning!
105053477 Bytes