Skip to content

🌋 Przeglądarkowy klient dzienniczka VULCAN UONET+ dla ucznia i rodzica

License

Notifications You must be signed in to change notification settings

MarcinK50/wulkanowy-web

Repository files navigation

Wulkanowy Web

🌋 Unofficial VULCAN UONET+ browser client for students and their parents

GitHub Workflow Status

Join our Discord server!

Discord

Development

1. Install dependencies

pip install -r requirements.txt
npm i --prefix frontend

2. Make migrations

python manage.py makemigrations
python manage.py migrate

3. Start the server

python manage.py runserver

And in frontend:

cd frontend
npm run build

Docker

With docker compose

docker-compose up -d

Without docker compose

docker build -t wulkanowy/web .
docker run -d -p 8000:8000 wulkanowy/web

About

🌋 Przeglądarkowy klient dzienniczka VULCAN UONET+ dla ucznia i rodzica

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published