git clone https://github.com/dino-mayk/Keratech.git
Windows:
python -m venv venv
Mac, Linux:
python3 -m venv venv
Windows:
cd venv/Scripts/
.\activate
Mac, Linux:
source venv/bin/activate
Windows:
pip install -r requirements.txt
Mac, Linux:
pip3 install -r requirements.txt
docker run -d -p 5432:5432 --name postgres -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres postgres:latest
Windows:
python manage.py runserver
Mac, Linux:
python3 manage.py runserver