git clone https://github.com/dino-mayk/Keratech.gitWindows:
python -m venv venvMac, Linux:
python3 -m venv venvWindows:
cd venv/Scripts/.\activateMac, Linux:
source venv/bin/activateWindows:
pip install -r requirements.txtMac, Linux:
pip3 install -r requirements.txtdocker run -d -p 5432:5432 --name postgres -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres postgres:latestWindows:
python manage.py runserverMac, Linux:
python3 manage.py runserver