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