# 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
- 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