Skip to content

cartabinaria/polleg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polleg

Polleg is a web service for students to answer exam exercises directly on the CartaBinaria website.

Usage

Start DB:

docker compose up -d

then start the server:

go run cmd/polleg.go <config-file>

To generate the swagger documentation use

go install github.com/swaggo/swag/cmd/swag@latest
swag init --parseDependency -g cmd/polleg.go
swag fmt -g cmd/polleg.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 10

Languages