modulepackage
0.0.0-20240923155926-0c5161e09039
Repository: https://github.com/tjalp/pta-platform.git
Documentation: pkg.go.dev
# README
pta-platform
Description
The PTA-Platform is a platform for teachers to easily create and export PTA's (Programma van Toetsing en Afsluiting) instead of creating the file themselves. This solves the issue of inconsistency and the time it takes to create a PTA.
Prerequisites
- Go(lang) >= 1.21
Installation
# Compile and install packages and dependencies
go install
Usage
# Run the server
go run .
Building
# Build the server, the output will be in the root directory
go build .