No description
Find a file
2021-02-05 13:18:25 +01:00
.github/workflows Update python-app.yml 2021-01-30 22:24:33 +01:00
app Next fixes 2021-02-02 23:56:38 +01:00
frontend Merge branch 'master' into feature/react 2021-02-05 12:18:59 +01:00
tests Tests 2021-02-02 22:24:58 +01:00
wulkanowy Class stats - getting data 2021-02-02 22:19:29 +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 New Installation 2021-02-01 07:47:41 +01:00
manage.py Rewriting login to JS 2021-01-06 00:41:20 +01:00
README.md Update README.md 2021-02-05 13:18:25 +01:00
requirements.txt Autogenerate secret key 2021-01-28 20:48:04 +01:00
runserver.bat Update runserver.bat 2021-02-05 12:24:44 +01:00

Wulkanowy-web

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

GitHub Workflow Status Discord

Development

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!

python manage.py runserver

And in frontend:

npm run dev