Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 693 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 693 Bytes

golang-gin-gorm-example

NOTE: This is still a WIP with many outstanding tasks

This repository aims to show an example project showcasing the usage of Golang, Gin, and Gorm for building a simple a web application.

Usage

  1. Clone repository

    git clone https://github.com/Y0sh1dk/golang-gin-gorm-example.git
  2. Start dev environment

    make run

TODO:

  • Add server config
  • Add Tests
  • Proper logging
  • Seed DB with data
  • Build docker image (from makefile)
  • Different environments/configs
  • Input validation
  • User authentication (jwt)
  • CI/CD
  • Helm chart
  • Change local dev to Kind cluster