# README
List of Dependencies Go Standard Library:
net/http: For HTTP status codes and server functionalities. Gin Web Framework:
github.com/gin-gonic/gin: The web framework for handling routes, middleware, and HTTP requests/responses. GORM (Go Object-Relational Mapping):
gorm.io/gorm: The ORM library for interacting with the database using Go structs. gorm.io/driver/postgres: The PostgreSQL driver for GORM to connect to a PostgreSQL database.
Link to Personal Notes for this: https://www.notion.so/Golang-Notes-65b14b747f094173a6dfe24c606db98d?pvs=4
# 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