The Web App of the Preben Norwegian Community software
This is the Web App of the Preben Norwegian Community software. It offers the frontend used by the admin to handle each LearnWorlds course's groups and by the teachers to see the students enrolled their groups.
It was made with Vue.js 2 and Vuetify. The software interfaces with the PNC APIs.
There is a Docker image that is automatically published with a Github action. For the usage, the only other important related thing is the .env.example file that shows the parameters that must be configured.
To run it locally, just run npm install
for installing the dependencies, npm run serve
to run a local server.
It is also important knowing the branches organization:
- pre: it is a branch used just for development and can be modified without caring too much. Pushes must be done only on this branch.
- dev: it is a branch that has a github action to create and push the
prebenorwegian/pnc-webapp-dev
docker image on dockerhub. Merges must be done only from the pre branch. - main: it is a branch that has a github action to create and push the
prebenorwegian/pnc-webapp
docker image on dockerhub. Merges must be done only from the dev branch.
The two docker images (main and dev) exist because first ones wants to test the changes on dev and only after pushing them in prod.