Skip to content

CertIZDAT/certIZDAT-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certIZDAT-web

Running dev server

Run the following command in the POSIX-compatible shell

git clone https://github.com/CertIZDAT/certIZDAT-web.git
cd certIZDAT-web/
git submodule update --init
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt 
cd backend/
DEBUG=1 gunicorn -c dev-config.py app:app

See detailed technical documentation here.