Categorygithub.com/shekharsikku/golang-crud
modulepackage
0.0.0-20240723081206-5770c4b81db8
Repository: https://github.com/shekharsikku/golang-crud.git
Documentation: pkg.go.dev

# README

Simple CRUD Operation Using Golang & MongoDB

Rename .env.sample file to .env and add environment variables

MONGODB_URI=""
PORT=""
ENV="development"

Run in debug mode

This command will use air.toml configuration and run main.go file

air

Run using go run command

go run main.go

# Structs

No description provided by the author