REST API - Using Go Gin Create .env file and add environment variables JWT_SECRET="" PORT="" DB_PATH="" Run database migration go run cmd/migrate/main.go <up|down> <db_path> Run in debug mode This command will use air.toml configuration and run main.go file air Run using go run command go run cmd/api/main.go