Skip to content

dr0th3r/learnscape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites to run

How to run

Be sure to be in the root of the project

docker run -d --name jaeger   -e COLLECTOR_OTLP_ENABLED=true   -p 16686:16686   -p 4317:4317   -p 4318:4318   jaegertracing/all-in-one:latest
export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT="http://localhost:4318/v1/traces"
./scripts/init_db.sh 
go run cmd/learnscape/main.go

Todo list (only most important listed):

  • improve tests
  • add redirects on register/login
  • add returning newly created models
  • add proper ui

About

A simple mock school management system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published