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