Go-LMS
A rewrite of pupilfirst (Learning management system) in golang for the purpose of learning a software development process.
Features
- Coaches
- Students
- Live learning
- Course curriculum
Deploying to production
Have doubts? Talk to our development team on our Discord server.
Setup for development
- Install postgresql
- Install redis (optional)
clone the repocd Go-LMSgo run cmd/api/main.go
Note
Any configuration goes to .env file. Do not run main program from outside the main directory.
