Backend:
cd backend
git submodule init
git submodule update
pip install -r requirements.txt
Frontend:
cd frontend
npm install
Backend:
cd backend
py -m main
Frontend:
cd frontend
npm run serve
- logging in using the email, password
- light and dark theme
- school and teachers informations
- conferences
This project uses the project Marioneq4958/uonetplus_api. Check documentation
This project is licensed under the Apache License 2.0