The OPEI webserver made in Golang to register students and generate their certificates
This project runs in go 1.11.x or later (see https://golang.org/dl/) Install Go dep (https://golang.github.io/dep/docs/installation.html)
To run this project, go to src
folder and run go run main.go
.
After starting the webserver, access on your browser http://localhost:8081/hello
and see
a Hello world on your terminal