What's new

Tutorial Develop A Production Ready REST API in Go

m1k3y

Addict
Joined
Apr 15, 2020
Posts
91
Reaction
71
Points
94

Develop A Production Ready REST API in Go​

This course will cover absolutely everything you need to know in order to build a production ready REST API using Go! We'll look at everything from project layout, to structuring your code to make it easily testable to finally deploying it to a locally-running Kubernetes cluster.

Topics Covered:​

  • Project Initialization and Setup
  • Implementing REST HTTP Endpoints with the Gorilla Mux router
  • Working With PostgreSQL
  • Containerization with Docker and docker-compose
  • Continuous Deployment to Kubernetes
  • Proper Structuring of your Go App
  • Using GORM to talk to the Database
  • Proper Testing Strategies
  • Basic Authentication with Middleware
  • Continuous Integration with GitHub Actions

You do not have permission to view the full content of this post. Log in or register now.
 
Last edited:

Similar threads

Back
Top