In this course, you will 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