No description
.github/workflows | ||
app | ||
batch | ||
frontend | ||
tests | ||
wulkanowy | ||
.gitattributes | ||
.gitignore | ||
install.exe | ||
manage.py | ||
README.md | ||
requirements.txt | ||
runserver.bat |
Wulkanowy-web
🌋 Unofficial browser VULCAN UONET+ client for both students and their parents
Development
0. Automatic installation (WINDOWS ONLY)
If you don't want to enter commands just run
install.exe
If that doesn't work, run the file:
install.bat
Which is in the batch folder.
After this installation, just follow the 3rd step.
1. Install dependencies.
pip install -r requirements.txt
And in frontend:
npm install
2. Make migrations
python manage.py makemigrations
python manage.py migrate
3. Start the server!
npm run dev
python manage.py runserver
or if you run Windows you can run:
runserver.bat