Categorygithub.com/DarrelASandbox/go-golang-gin-poc
repositorypackage
0.0.0-20220929123915-3bcedfec8003
Repository: https://github.com/darrelasandbox/go-golang-gin-poc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

About The Project

 


 

Notes

  • Postman Authorization:
    • Basic Auth
    • Username: pragmatic
    • Password: reviews
{
  "title": "Cool Gin Framework Crash Course 01 | Getting Started",
  "description": "In this video we are going to start building a simple API using Golang's Gin HTTP Framework.",
  "url": "https://www.youtube.com/watch?v=qR0WnWL2o1Q&list=PL3eAkoh7fypr8zrkiygiY1e9osoqjoV9w&index=1",
  "author": {
    "firstname": "Pragmatic",
    "lastname": "Reviews",
    "age": 20,
    "email": "[email protected]"
  }
}

{
  "title": "Cool Gin Framework Crash Course 02 | Middlewares",
  "description": "In this video we are going to start working with Middlewares using Golang's Gin HTTP Framework",
  "url": "https://www.youtube.com/watch?v=qR0WnWL2o1Q&list=PL3eAkoh7fypr8zrkiygiY1e9osoqjoV9w&index=2",
  "author": {
    "firstname": "Pragmatic",
    "lastname": "Reviews",
    "age": 20,
    "email": "[email protected]"
  }
}

{
  "title": "Cool Gin Framework Crash Course 03 | Data Binding",
  "description": "In this video we are going to take a look at Data binding and Validation using Golang's Gin HTTP Framework",
  "url": "https://www.youtube.com/watch?v=qR0WnWL2o1Q&list=PL3eAkoh7fypr8zrkiygiY1e9osoqjoV9w&index=3",
  "author": {
    "firstname": "Pragmatic",
    "lastname": "Reviews",
    "age": 20,
    "email": "[email protected]"
  }
}