No description
740ee5fa2f
drawer |
||
---|---|---|
.github/workflows | ||
app | ||
frontend | ||
tests | ||
wulkanowy | ||
.gitattributes | ||
.gitignore | ||
install.bat | ||
manage.py | ||
README.md | ||
requirements.txt | ||
runserver.bat |
Wulkanowy-web
🌋 Unofficial browser VULCAN UONET+ client for both students and their parents
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