No description
Find a file
2021-01-26 18:55:57 +01:00
.github/workflows Adding files 2021-01-23 12:23:24 +01:00
app Account manager 2021-01-25 23:20:04 +01:00
batch Automatic installation 2021-01-26 18:35:17 +01:00
frontend Adding files 2021-01-25 23:26:56 +01:00
tests Adding files 2021-01-23 12:23:24 +01:00
wulkanowy Simple students displaying 2021-01-25 22:56:04 +01:00
.envsample Update .envsample 2021-01-26 18:38:11 +01:00
.gitattributes Adding files 2021-01-23 12:23:24 +01:00
.gitignore Adding files 2021-01-23 12:23:24 +01:00
install.exe Automatic installation 2021-01-26 18:35:17 +01:00
manage.py Adding files 2021-01-23 12:23:24 +01:00
README.md Fixing readme.md 2021-01-26 18:55:57 +01:00
requirements.txt Adding files 2021-01-23 12:23:24 +01:00
runserver.bat Automatic installation 2021-01-26 18:35:17 +01:00

Wulkanowy-web

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

GitHub Workflow Status Discord

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. Create .env and make migrations

In the .env file put the code:

SECRET_KEY = VULCANWEBKEY

After saving the files, we migrate with these commands:

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