Skip to content

elcengine/elemental

Repository files navigation

elemental

Golang ODM for MongoDB

Installation

go get github.com/akalanka47000/elemental

Development Setup

Pre-requisites

  • Go 1.21 or later

Clone the repository and run the following commands to setup the project.

go mod download # Download dependencies

git config core.hooksPath .commitlint/hooks  # Configure git hooks