No description
Find a file
2021-02-07 21:17:55 +01:00
.github/workflows Update python-app.yml 2021-01-30 22:24:33 +01:00
app Resolve conflicts 2021-02-05 21:19:36 +01:00
frontend Getting timetable 2021-02-07 21:17:55 +01:00
tests Fix tests - register_r 2021-02-05 20:23:45 +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 Button click color 2021-02-06 10:27:32 +01:00
install.bat Update install.bat 2021-02-05 13:36:23 +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 Resolve conflicts v2 2021-02-05 21:27:18 +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