Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

yuval-herman/shavazak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shavzak.io

shavzak

Shavzak.io is a progressive web app built with react and python

It can be used to manage a large platoon's tasks and people. It uses a genetic algorithm to greatly reduce the effort needed from officers making the creation of time tables as easy as the press of a button.

You can try a demo of the site at shavzak.com

Local installation

python3 -m venv env
source env/bin/activate
python3 -m pip install -r requirements.txt

In every new terminal before any work run source env/bin/activate

To run server, execute ./build.py serve

After work end run deactivate

Github projects page