No description
Find a file
2021-01-31 22:26:09 +01:00
.github/workflows Update python-app.yml 2021-01-30 22:24:33 +01:00
app Rename variable 2021-01-31 22:23:03 +01:00
batch install.exe added 2021-01-28 21:11:44 +01:00
frontend Rename variable 2021-01-31 22:23:03 +01:00
tests Rename variable 2021-01-31 22:23:03 +01:00
wulkanowy Log out 2021-01-30 22:09:37 +01:00
.gitattributes First commit 2020-12-02 15:38:03 +01:00
.gitignore Display modals by clicking on grade and add Webpack! 2021-01-12 01:10:43 +01:00
install.exe install.exe added 2021-01-28 21:11:44 +01:00
manage.py Rewriting login to JS 2021-01-06 00:41:20 +01:00
README.md Autogenerate secret key 2021-01-28 20:48:04 +01:00
requirements.txt Autogenerate secret key 2021-01-28 20:48:04 +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. 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