All Projects → wulkanowy → wulkanowy-web

wulkanowy / wulkanowy-web

Licence: Apache-2.0 License
🌋 Przeglądarkowy klient dzienniczka VULCAN UONET+ dla ucznia i rodzica

Programming Languages

python
139335 projects - #7 most used programming language
Vue
7211 projects
HTML
75241 projects
typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to wulkanowy-web

upper
Upper is a open source back-end framework based on the Dart language.
Stars: ✭ 39 (+225%)
Mutual labels:  backend
Arisu
☔ Translation made with simplicity, yet robust. Made with ❤️ in TypeScript.
Stars: ✭ 15 (+25%)
Mutual labels:  backend
mianshiya
干净免费的面试刷题网站,帮助大家拿到满意的 offer!
Stars: ✭ 190 (+1483.33%)
Mutual labels:  backend
SITreg
SAP Event Registration app backend
Stars: ✭ 26 (+116.67%)
Mutual labels:  backend
analysis-net
Static analysis framework for .NET programs.
Stars: ✭ 19 (+58.33%)
Mutual labels:  backend
student-management-system
Management system for students of our free coding school.
Stars: ✭ 110 (+816.67%)
Mutual labels:  backend
articlelist
🐣 Filter für Artikellisten
Stars: ✭ 20 (+66.67%)
Mutual labels:  backend
celery-priority-tasking
This is a prototype to schedule jobs in the backend based on some priority using Rabbitmq and Celery.
Stars: ✭ 28 (+133.33%)
Mutual labels:  backend
grafana-dashboard-dsl
DSL for generating Grafana dashboards
Stars: ✭ 51 (+325%)
Mutual labels:  backend
profile-store
Store profile links of people you admire, at one place. Made using MERN stack.
Stars: ✭ 37 (+208.33%)
Mutual labels:  backend
Stackoverflow-Clone-Frontend
Clone project of a famous Q/A website for developers built using MySQL, Express, React, Node, Sequelize 🌐
Stars: ✭ 379 (+3058.33%)
Mutual labels:  backend
Mentro-Community-Blog
A blogging website for the mentrozens community with topics focused on Web development and Open Source.
Stars: ✭ 26 (+116.67%)
Mutual labels:  backend
backends
monorepo for republik, publikator and assets backends based on NodeJS providing the GraphQL API used to power republik.ch.
Stars: ✭ 40 (+233.33%)
Mutual labels:  backend
commun
🎩 Fully-featured framework for REST APIs and GraphQL from JSON Schema with TypeScript and MongoDB
Stars: ✭ 97 (+708.33%)
Mutual labels:  backend
universitas.no
Online newspaper built with Django
Stars: ✭ 16 (+33.33%)
Mutual labels:  backend
backend
Laravel 8 backend for a genealogy website.
Stars: ✭ 82 (+583.33%)
Mutual labels:  backend
pern-stack-auth
📋 Repair. PERN stack todo app with jwt user authentication
Stars: ✭ 17 (+41.67%)
Mutual labels:  backend
mangooio
An Intuitive, Lightweight, High Performance Full Stack Java Web Framework.
Stars: ✭ 52 (+333.33%)
Mutual labels:  backend
TIGER
implement a full compiler based on c++ 11
Stars: ✭ 17 (+41.67%)
Mutual labels:  backend
food-help
A clone of popular food and business review web app yelp
Stars: ✭ 24 (+100%)
Mutual labels:  backend

Wulkanowy Web

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

GitHub Workflow Status

Join our Discord server!

Discord

Development

1. Install dependencies

pip install -r requirements.txt

And in frontend:

cd 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:

cd frontend
npm run build

Docker

With docker compose

docker-compose up -d

Without docker compose

docker build -t wulkanowy/web .
docker run -d -p 8000:8000 wulkanowy/web
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].