Self-hosted webhook/bot to monitor changes in class grades on VULCAN UONET+ e-register.
Web frontend: oceny-frontend-v2
Requirements:
- node.js 18 or later
Installation:
- Clone the repository and cd into it:
git clone https://github.com/kabuspl/oceny-backend
cd oceny-backend- Copy
.env.exampleto.envand customize it to your needs:
cp .env.example .env- Install packages:
npm install- Start program:
node .Requirements:
- docker with docker compose
- system running on amd64 or arm64 cpu
Installation:
- Clone the repository and cd into it:
git clone https://github.com/kabuspl/oceny-backend
cd oceny-backendor download docker-compose.yml:
wget https://raw.githubusercontent.com/kabuspl/oceny-backend/master/docker-compose.yml- Modify
docker-compose.ymlto your needs. - Start container:
docker-compose up -d