Golang REST API With Gorilla Mux & PostgreSQL

This video essentially is a continuation of a video done by Brad Traversy @Traversy Media titled “Golang REST API With Mux“. However, the main differences are that we’re using Product & Store as our structs instead of Book. Additionally, we’ve added the ability to persist our data using a PostgreSQL database. This video will demonstration: 1. How to connect to a PostgreSQL data using the go-pg/pg package. 2. How to use environment variables for sensitive data with the help of the joho/godotenv package. 3. How to use uuid from IDs in golang with the google/uuid package. Official Website: GitHub Repositiory: Credits: Golang REST API With Mux - Social Media: Twitter: Instagram: LinkedIn:
Back to Top