Categorygithub.com/GNF-Labs/millenium-lms-rest-api-backend
repositorypackage
0.0.0-20240906071932-56bfa2c3d8f0
Repository: https://github.com/gnf-labs/millenium-lms-rest-api-backend.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Millenium LMS Backend written in Go.

Initial Setup

  1. Run go mod tidy to install all required dependencies

Running Steps

  • You can run the server using command go run main.go
  • Or you can run the server with watch files using air