# 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
# Packages
Package auth provides functions for generating and verifying JWT tokens for user authentication.
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