Learn Programming in Go (golang): Webserver with PostgreSQL
Configure a web server in Go, connect to a SQL database server, and provide an API for performing CRUD commands on database entries.
★★★★★ 4.8
(35 reviews)
2 hours of content
What you'll learn
- Create and deploy a small web server using Google's programming language Go (golang).
- Connect the web server to a previously configured PostgreSQL database server (via a Docker container service).
- Program the ability to execute SQL statements and create a simple API accessible via GET/POST/PUT/DELETE.
- Perform CRUD (Create, Read/Retrieve, Update, Delete/Destroy) commands on database entries
Covers building and deploying a small web server in Go, connecting to PostgreSQL through Docker, executing SQL statements, and creating a simple API for GET, POST, PUT, and DELETE requests. Learners can perform CRUD operations on database entries and structure a maintainable Go web service.
Who this course is for
Developers with basic Go or backend knowledge who want to build database-backed web servers and APIs.
#go
#golang
#postgresql
#webserver
#api
#crud