No description
Find a file
Marcin Kowalicki d89c35cf42 🚧 design i security? na co to komu?
w skrócie: można się logować bez wprowadzania danych :D
2021-01-31 01:25:06 +01:00
.github/workflows Commit for MarcinK50 2021-01-07 00:48:06 +01:00
app Fix InvalidToken error 2021-01-29 23:30:36 +01:00
batch install.exe added 2021-01-28 21:11:44 +01:00
frontend 🚧 design i security? na co to komu? 2021-01-31 01:25:06 +01:00
tests End writing test 2021-01-28 12:28:16 +01:00
wulkanowy Autogenerate secret key 2021-01-28 20:48:04 +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