🚀 Get 25% off access to all my premium courses - use discount code FUNCMAIN at checkout - view the pricing page now!
In this video, we are going to be looking at how we can implement JWT Auth protection around some of our endpoints.
One last step we need to do before we can testing our application is migrating our database to create the tables. In this video, we are going to do just that and then test our endpoints manually.
In this video, we are going to look at how we can implement some basic authentication middleware around the endpoints of our application.
In this article, we are going to look at some of the ways we could have improved the design of our REST API.
Now that we have a kubernetes cluster up and running on our local machine, we can now look at creating a deployment.yaml for our comments API.
In this video, we look at how we can define our K8s service and setup port forwarding so that we can access our new service via localhost.
In this video, we are going to be wrapping up the course!
In this article, we are going to be focused on how we can add graceful shutdowns to our REST API.
In this video, we are going to look at how we can implement some JWT authentication middleware around the endpoints of our application.