Discover Packages
github.com/arnabtechie/golang-starrer
command
module
Version:
v0.0.0-...-e87969f
Opens a new window with list of versions in this module.
Published: Oct 11, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Go/Gin PostgreSQL Starter Application
This is a starter application built with Go, the Gin web framework, and PostgreSQL. This project serves as a template for building RESTful APIs with a focus on best practices.
Table of Contents
Prerequisites
Make sure you have the following installed on your machine:
Go Version >= 1.20
PostgreSQL
Git
(Optional) Docker
Change the .env file on your requirements
Installation & Usage
Clone this repository:
git clone https://github.com/arnabtechie/golang-starrer.git
cd golang-starrer
go mod tidy
go run main.go
For building
go build
Use air for auto detection of file changes
go install github.com/cosmtrek/air@latest
air
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
controllers
Click to show internal directories.
Click to hide internal directories.