1.1 KiB
1.1 KiB
Wulkanowy-web
🌋 Unofficial browser VULCAN UONET+ client for both students and their parents
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. Create .env and make migrations
In the .env file put the code:
SECRET_KEY = VULCANWEBKEY
After saving the files, we migrate with these commands:
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